[][src]Trait nl80211::PrettyFormat

pub trait PrettyFormat {
    fn pretty_format(&self) -> String;
}

Format and convert network information to human readable format

Required methods

fn pretty_format(&self) -> String

Loading content...

Implementors

impl PrettyFormat for Bss[src]

impl PrettyFormat for Interface[src]

impl PrettyFormat for Station[src]

Loading content...