Skip to main content

Module cresult

Module cresult 

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.