Trait model_mapper::with::TryExtraInto
source · pub trait TryExtraInto<I> {
type Error;
// Required method
fn try_into_extra(self) -> Result<I, Self::Error>;
}Expand description
Owned trait to implement TryInto on foreign types