[][src]Trait nl80211::NlPayloadDecode

pub trait NlPayloadDecode {
    fn decode(&mut self) -> Self;
}

Decode netlink payloads (Vec<u8>) to appropriate types

Required methods

fn decode(&mut self) -> Self

Loading content...

Implementors

Loading content...