mapper-api 1.0.1

Api of the `mapper` crate
Documentation
1
2
3
4
pub trait Mapper<T>{
    fn to(&self)->T;
}