Type Alias fdf_sys::async_dispatcher_t

source ·
pub type async_dispatcher_t = async_dispatcher;

Aliased Type§

struct async_dispatcher_t {
    pub ops: *const async_ops,
}

Fields§

§ops: *const async_ops