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.
pub type ProtocolDecoded<P> = FramingDecoded<<P as Protocol>::Frame>;Helper type alias to get the buffer type for a frame to be decoded.