TidyPutByteFunc

Type Alias TidyPutByteFunc 

Source
pub type TidyPutByteFunc = Option<unsafe extern "C" fn(sinkData: *mut c_void, bt: byte)>;
Expand description

Output callback: send a byte to output

Aliased Type§

pub enum TidyPutByteFunc {
    None,
    Some(unsafe extern "C" fn(*mut c_void, u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, u8))

Some value of type T.