valico::common::error

Trait GetTypeId

Source
pub trait GetTypeId: Any {
    // Provided method
    fn typeid(&self) -> TypeId { ... }
}

Provided Methods§

Source

fn typeid(&self) -> TypeId

Implementors§

Source§

impl<T: Any> GetTypeId for T