Trait valico::common::error::GetTypeId[][src]

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

Provided methods

fn typeid(&self) -> TypeId[src]

Loading content...

Implementors

impl<T: Any> GetTypeId for T[src]

Loading content...