[][src]Trait rustable::ToMAC

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

Required methods

fn to_mac(&self) -> MAC

Loading content...

Implementations on Foreign Types

impl<'_> ToMAC for &'_ str[src]

Loading content...

Implementors

Loading content...