Trait bones_framework::prelude::piccolo::conversion::IntoMultiValue
pub trait IntoMultiValue<'gc> {
type Iter: Iterator<Item = Value<'gc>>;
// Required method
fn into_multi_value(self, ctx: Context<'gc>) -> Self::Iter;
}