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