[][src]Trait sn0int::models::LuaInsertToNew

pub trait LuaInsertToNew {
    type Target;
    fn lua_try_into_new(self, state: &Arc<dyn State>) -> Result<Self::Target>;
}

Associated Types

type Target

Loading content...

Required methods

fn lua_try_into_new(self, state: &Arc<dyn State>) -> Result<Self::Target>

Loading content...

Implementors

impl LuaInsertToNew for InsertImage[src]

type Target = NewImage

impl<T: InsertToNew> LuaInsertToNew for T[src]

type Target = T::Target

Loading content...