pub trait StoreParams:
Debug
+ Clone
+ Send
+ Sync
+ Unpin
+ 'static {
type Hashes: MultihashDigest<AllocSize = UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>>;
type Codecs: Codec;
const MAX_BLOCK_SIZE: usize;
}
Expand description
The store parameters.
Required Associated Constants§
Sourceconst MAX_BLOCK_SIZE: usize
const MAX_BLOCK_SIZE: usize
The maximum block size supported by the store.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.