Trait mapper_api::Mapper

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

Trait defining a mapper converting itself to a destination Type of T

Required Methods§

Implementors§