pub trait ValueSurfaceEncode {
// Required method
fn to_value(&self) -> Value;
}Expand description
ValueSurfaceEncode
Narrow runtime lowering boundary for typed value surfaces that can be
projected into the internal Value union.
This is the encode-side owner used by generated wrappers and shared helper
paths that only need one-way lowering.