Type Alias esp_idf_sys::_xtos_handler

source ·
pub type _xtos_handler = _xtos_handler_func;

Aliased Type§

enum _xtos_handler {
    None,
    Some(unsafe extern "C" fn()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn())

Some value of type T.