Trait sov_state::codec::StateKeyCodec
source · pub trait StateKeyCodec<K> {
// Required method
fn encode_key(&self, key: &K) -> Vec<u8>;
}Expand description
A trait for types that can serialize keys for storage access.