pub type FnSerialMessageCallback = Option<unsafe extern "C" fn(data: *const c_char)>;Aliased Type§
pub enum FnSerialMessageCallback {
None,
Some(unsafe extern "C" fn(*const u8)),
}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.