alloy_rlp

Function encode_list

source
pub fn encode_list<B, T>(values: &[B], out: &mut dyn BufMut)
where B: Borrow<T>, T: ?Sized + Encodable,
Expand description

Encode a list of items.