Type Alias async_dispatcher_t

Source
pub type async_dispatcher_t = async_dispatcher;

Aliased Type§

#[repr(C)]
pub struct async_dispatcher_t { pub ops: *const async_ops, }

Fields§

§ops: *const async_ops