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