Function preserves_schema::support::encode_embedded

source ·
pub fn encode_embedded<D: Domain>(v: &ArcValue<Arc<D>>) -> IOValue
where for<'a> IOValue: From<&'a D>,
Expand description

When D can unparse itself into an IOValue, this function converts all embedded Ds into IOValues.