pub trait MapFnTo<T, Tag = DefaultTag>where Self: UnitType, T: Sized,{ fn mapping() -> T; fn map_fn_to(self) -> T { ... } }