pub type ProtocolDecoded<P> = FramingDecoded<<P as Protocol>::Frame>;
Expand description

Helper type alias to get the buffer type for a frame to be decoded.