Expand description
Holds cresult::CResult
struct, which is a
#[repr(C)]
variant of Result
.
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.
Holds cresult::CResult
struct, which is a
#[repr(C)]
variant of Result
.
Result
,
except it is #[repr(C)]
and thus safe to use a cross the
ffi boundaries.