Trait mlua_extras::typed::Typed
source · pub trait Typed {
// Required method
fn ty() -> Type;
// Provided method
fn as_param() -> Param { ... }
}Expand description
Add a lua Type representation to a rust type
Required Methods§
Provided Methods§
Object Safety§
This trait is not object safe.