Trait dryoc::types::NewBytes

source ·
pub trait NewBytes: MutBytes {
    fn new_bytes() -> Self;
}
Expand description

Arbitrary-length byte array that can be created and initialized.

Required Methods

Returns an empty, unallocated, arbitrary-length byte array.

Implementations on Foreign Types

Implementors