Type Definition sodoken::buffer::BufReadNoLock[][src]

type BufReadNoLock = Arc<[u8]>;
Expand description

This concrete read-only buffer type is NOT mem_locked.

Trait Implementations

The length of this buffer.

Obtain read access to the underlying buffer.

Is this buffer empty?