Trait parity_scale_codec::Joiner[][src]

pub trait Joiner {
    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.

Required methods

Append encoding of value to Self.

Implementors