Module cresult

Module cresult 

Source
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.