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

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

Provided methods

fn typeid(&self) -> TypeId

Loading content...

Implementors

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

Loading content...