Skip to main content

UnitCompletion

Type Alias UnitCompletion 

Source
pub type UnitCompletion = SyncCompletion<()>;
Expand description

Completion for operations that return only success or an error.

Aliased Type§

pub struct UnitCompletion { /* private fields */ }

Implementations§

Source§

impl UnitCompletion

Source

pub extern "C" fn callback( context: SyncCompletionPtr, success: bool, msg: *const i8, )

C callback for (context, success, error_message) operations.