Module interoptopus::patterns::success_enum[][src]

Expand description

For return enums with defined Ok variants, translating to exceptions if not met.

Structs

Internal helper derived for enums that are Success.

Traits

A trait you should implement for enums that signal errors in FFI calls.

Functions

Helper to transform Result types to Success enums inside extern "C" functions.