pub unsafe trait StorableConstBytesLen: Storable {
    const BYTES_LEN: usize;
}
Expand description

Types that can be stored with a fixed-length byte representation

Required Associated Constants

Length of byte representation as constant

Implementations on Foreign Types

Implementors