Trait mlua_extras::typed::TypedMultiValue
source · pub trait TypedMultiValue {
// Required method
fn get_types_as_params() -> Vec<Param>;
// Provided method
fn get_types() -> Vec<Type> { ... }
}Expand description
Typed information for a lua MultiValue
Required Methods§
sourcefn get_types_as_params() -> Vec<Param>
fn get_types_as_params() -> Vec<Param>
Gets the type representations as used for function parameters
Provided Methods§
Object Safety§
This trait is not object safe.