Skip to main content
Module cresult
osom_
lib_
primitives
0.1.0
Module cresult
Module Items
Enums
In crate osom_
lib_
primitives
osom_lib_primitives
Module
cresult
Copy item path
Source
Expand description
Holds the
CResult
enum.
Enums
ยง
CResult
This enum is essentially the same as the standard
Result
, except it is
#[repr(C)]
and thus safe to use a cross the ffi boundaries.