[][src]Trait rustable::ToMAC

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

Required methods

pub 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...