ProtocolEncoderStart

Type Alias ProtocolEncoderStart 

Source
pub type ProtocolEncoderStart = Option<unsafe extern "C" fn(protocol: *mut c_void) -> bool>;

Aliased Type§

pub enum ProtocolEncoderStart {
    None,
    Some(unsafe extern "C" fn(*mut c_void) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void) -> bool)

Some value of type T.