Trait IntoUnitName

Source
pub trait IntoUnitName {
    // Required method
    fn _test_into_unit_name(&self) -> UnitName;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoUnitName for str

Implementors§

Source§

impl IntoUnitName for UnitName

Source§

impl<'a, T> IntoUnitName for T
where T: AsRef<[&'a str]>,