Trait sn0int::models::InsertToNew[][src]

pub trait InsertToNew {
    type Target;
    fn try_into_new(self) -> Result<Self::Target>;
}

Associated Types

Required methods

Implementors