Trait bones_framework::prelude::piccolo::IntoValue
pub trait IntoValue<'gc> {
// Required method
fn into_value(self, ctx: Context<'gc>) -> Value<'gc>;
}
pub trait IntoValue<'gc> {
// Required method
fn into_value(self, ctx: Context<'gc>) -> Value<'gc>;
}