Trait sov_rollup_interface::db::KeyCodec
source · pub trait KeyCodec<S: Schema + ?Sized>: KeyEncoder<S> + KeyDecoder<S> { }
Expand description
This trait defines a type that can serve as a Schema::Key
.
pub trait KeyCodec<S: Schema + ?Sized>: KeyEncoder<S> + KeyDecoder<S> { }
This trait defines a type that can serve as a Schema::Key
.