Skip to main content

poll_func

Type Alias poll_func 

Source
pub type poll_func = Option<unsafe extern "C" fn(t: esp_transport_handle_t, timeout_ms: c_int) -> c_int>;

Aliased Type§

pub enum poll_func {
    None,
    Some(unsafe extern "C" fn(*mut esp_transport_item_t, i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut esp_transport_item_t, i32) -> i32)

Some value of type T.