Type Alias tlua::PushResult

source ·
pub type PushResult<L, P> = Result<PushGuard<L>, (<P as Push<L>>::Err, L)>;
Expand description

Type returned from Push::push_to_lua function.