//! Deserialization for unprefixed raw `bytes` buffers.
//!
//! `Bytes` and `BytesMut` read every remaining byte from the stream. They are
//! byte buffers rather than typed collections, so their representation is the
//! raw byte sequence itself and does not include a length prefix.
use ;
use crateFromLeStream;