Trait parity_scale_codec::KeyedVec
source · pub trait KeyedVec {
// Required method
fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8> ⓘ;
}
Expand description
Trait to allow itself to be serialised and prepended by a given slice.