Trait ToMAC
rustable
pub trait ToMAC { fn to_mac(self) -> MAC; }
fn to_mac(self) -> MAC
impl ToMAC for &str
impl ToMAC for String