pub trait DecodeIntoFlowwPackets { // Required method fn decoded(self) -> Result<Vec<FlowwPacket>, Box<ErrorKind>>; }