Skip to main content

Module coption

Module coption 

Source
Expand description

Holds the COption enum.

Enumsยง

COption
This enum is essentially the same as the standard Option, except it is #[repr(C)] and thus safe to use a across the ffi boundaries.