Trait rustable::ToMAC[][src]

pub trait ToMAC {
    fn to_mac(self) -> MAC;
}

Required methods

fn to_mac(self) -> MAC[src]

Loading content...

Implementations on Foreign Types

impl ToMAC for &str[src]

impl ToMAC for String[src]

Loading content...

Implementors

Loading content...