Trait ieee80211::OuiFmt

source ·
pub trait OuiFmt {
    // Provided method
    fn to_oui_uppercase(&self, sep: &str) -> String
       where Self: MacAddrBytes { ... }
}

Provided Methods§

source

fn to_oui_uppercase(&self, sep: &str) -> String
where Self: MacAddrBytes,

Implementors§