Type Definition pcap_file::PcapResult
source · pub type PcapResult<T> = Result<T, PcapError>;
Expand description
Result type for the pcap/pcapng parsing
pub type PcapResult<T> = Result<T, PcapError>;
Result type for the pcap/pcapng parsing