pub type AfterWaitCallback = Option<unsafe extern "C" fn(*mut c_void)>;Aliased Type§
pub enum AfterWaitCallback {
None,
Some(unsafe extern "C" fn(*mut c_void)),
}Variants§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.