Trait light_hasher::bytes::AsByteVec
source · pub trait AsByteVec {
// Required method
fn as_byte_vec(&self) -> Vec<Vec<u8>>;
}Expand description
A trait providing as_byte_vec() method for types which
are used inside compressed accounts.