pub trait IntoMetadata { // Required method fn into_metadata_ref(&self) -> &BTreeMap<PlSmallStr, PlSmallStr>; }