Trait StorageSchema
muta_protocol::traits
pub trait StorageSchema { type Key: ProtocolCodec + Send; type Value: ProtocolCodec + Send; fn category() -> StorageCategory; }
type Key: ProtocolCodec + Send
type Value: ProtocolCodec + Send
fn category() -> StorageCategory