Implements the DecodeFromRead trait for trait where it is equivalent to the
DecodeFromReadPrefix implementation. Also adds a stream exhaustion debug assertion.
Implements EncodeToWrite for a type that also implements EncodeToSlice where the encoding
has a small maximum encoded length. The data is buffered on the stack before it is written out.