Type Definition actix_lua::dev::rlua::prelude::LuaResult

source ·
pub type LuaResult<T> = Result<T, Error>;
Expand description

A specialized Result type used by rlua’s API.