Trait dryoc::types::NewBytes[][src]

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