pub trait DynAny<'a> {
    fn type_id(&self) -> TypeId;
}

Required methods

Implementations on Foreign Types

Implementors