Type Alias tlua::PushIntoResult
source · pub type PushIntoResult<L, P> = Result<PushGuard<L>, (<P as PushInto<L>>::Err, L)>;Expand description
Type returned from PushInto::push_into_lua function.
pub type PushIntoResult<L, P> = Result<PushGuard<L>, (<P as PushInto<L>>::Err, L)>;Type returned from PushInto::push_into_lua function.