[][src]Trait muta_protocol::traits::StorageSchema

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

Associated Types

Loading content...

Required methods

Loading content...

Implementors

Loading content...