☰
ExternalError
Required Methods
to_lua_err
Implementors
In me3_framework::scripting::lua
?
Trait
me3_framework
::
scripting
::
lua
::
ExternalError
source
·
[
−
]
pub trait ExternalError { fn
to_lua_err
(self) ->
Error
; }
Required Methods
source
fn
to_lua_err
(self) ->
Error
Implementors
source
impl<E>
ExternalError
for E
where
E:
Into
<
Box
<dyn
Error
+
Sync
+
Send
+ 'static,
Global
>>,