use ;
//
// ReadableBuffer
//
/// An immutable buffer that can be read concurrently.
///
/// It's simply a buffer wrapped in an [Arc] and that can match the requirements of
/// [Cursor].
/// [ReadableBuffer] reader.
pub type ReadableBufferReader = ;