[][src]Trait mlua::ExternalError

pub trait ExternalError {
    fn to_lua_err(self) -> Error;
}

Required methods

fn to_lua_err(self) -> Error

Loading content...

Implementors

impl<E> ExternalError for E where
    E: Into<Box<dyn StdError>>, 
[src]

Loading content...