pub type ProtocolEncoded<P> = FramingEncoded<<P as Protocol>::Frame>;
Expand description

Helper type alias to get the pre-finalization encoded type of a protocol frame.