[][src]Trait sn0int::models::LuaInsertToNewOwned

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

Associated Types

type Target

Loading content...

Required methods

fn try_into_new(self) -> Result<Self::Target>

Loading content...

Implementors

Loading content...