[][src]Trait parity_codec::KeyedVec

pub trait KeyedVec {
    fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>;
}

Trait to allow itself to be serialised and prepended by a given slice.

Required methods

Important traits for Vec<u8>
fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Loading content...

Implementors

impl<T: Codec> KeyedVec for T[src]

Loading content...