Trait model_mapper::with::ExtraInto
source · pub trait ExtraInto<I> {
// Required method
fn into_extra(self) -> I;
}Expand description
Owned trait to implement Into on foreign types
pub trait ExtraInto<I> {
// Required method
fn into_extra(self) -> I;
}Owned trait to implement Into on foreign types