zxio_token_resolver_t

Type Alias zxio_token_resolver_t 

Source
pub type zxio_token_resolver_t = Option<unsafe extern "C" fn(io: *mut zxio_t, type_: zxio_token_type_t) -> zx_handle_t>;

Aliased Type§

pub enum zxio_token_resolver_t {
    None,
    Some(unsafe extern "C" fn(*mut zxio_tag, u32) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut zxio_tag, u32) -> u32)

Some value of type T.