pub struct StorageBytes {}
Expand description

A persistent storage type to store a collection of tightly packed bytes.

Trait Implementations

fn abi_encode(self, buffer: Buffer) -> Buffer

fn abi_decode(refmut _buffer: BufferReader) -> Self