Type Definition tlua::PushIntoResult[][src]

pub type PushIntoResult<L, P> = Result<PushGuard<L>, (<P as PushInto<L>>::Err, L)>;
Expand description

Type returned from PushInto::push_into_lua function.