[−][src]Trait netlink_packet_utils::traits::Parseable
A Parseable type can be used to deserialize data into the target type T for which it is
implemented.
Required methods
pub fn parse(buf: &T) -> Result<Self, DecodeError>[src]
Deserialize the current type.