Trait bones_framework::prelude::piccolo::FromMultiValue
pub trait FromMultiValue<'gc>: Sized {
// Required method
fn from_multi_value(
ctx: Context<'gc>,
values: impl Iterator<Item = Value<'gc>>,
) -> Result<Self, TypeError>;
}
Required Methods§
fn from_multi_value( ctx: Context<'gc>, values: impl Iterator<Item = Value<'gc>>, ) -> Result<Self, TypeError>
Object Safety§
This trait is not object safe.