Trait ntex_io::Handle

source ·
pub trait Handle {
    fn query(&self, id: TypeId) -> Option<Box<dyn Any>>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§