pub trait ValueFamilyExt {
// Required method
fn family(&self) -> ValueFamily;
}Expand description
Extension trait mapping Value to ValueFamily.
pub trait ValueFamilyExt {
// Required method
fn family(&self) -> ValueFamily;
}Extension trait mapping Value to ValueFamily.