Trait parity_scale_codec::Joiner
source · pub trait Joiner {
// Required method
fn and<V: Codec + Sized>(self, value: &V) -> Self;
}
Expand description
Trait to allow itself to be serialised into a value which can be extended by bytes.