pub trait Handle {
    fn query(&self, id: TypeId) -> Option<Box<dyn Any + 'static, Global>>;
}

Required methods

Implementations on Foreign Types

Implementors