☰
ExternalError
Required Methods
to_lua_err
Implementors
In mlua
?
Trait
mlua
::
ExternalError
source
·
[
−
]
pub trait ExternalError { fn
to_lua_err
(self) ->
Error
; }
Required Methods
source
fn
to_lua_err
(self) ->
Error
Implementors
source
impl<E:
Into
<
Box
<dyn
StdError
+
Send
+
Sync
>>>
ExternalError
for E