Trait valico::common::error::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