Type Definition pcap_file::errors::ResultChain []

type ResultChain<T> = Result<T, Error>;

Convenient wrapper around std::Result.