Trait mapper_api::Mapper

source ·
pub trait Mapper<T> {
    fn to(&self) -> T;
}

Required Methods§

Implementors§