Type Definition pdu::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

Defines the return type used by packet parsers in this crate