pub type OBEXSessionEventCallback = Option<unsafe extern "C-unwind" fn(*const OBEXSessionEvent)>;Available on crate feature
OBEX only.Expand description
Aliased Type§
pub enum OBEXSessionEventCallback {
None,
Some(unsafe extern "C-unwind" fn(*const OBEXSessionEvent)),
}Variants§
None
No value.
Some(unsafe extern "C-unwind" fn(*const OBEXSessionEvent))
Some value of type T.