Type Definition factorio_mlua::Result
source · pub type Result<T> = StdResult<T, Error>;Expand description
A specialized Result type used by mlua’s API.
pub type Result<T> = StdResult<T, Error>;A specialized Result type used by mlua’s API.