☰
Result
In me3_framework::scripting::lua
?
Type Definition
me3_framework
::
scripting
::
lua
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
A specialized
Result
type used by
mlua
’s API.