Function alloy_rlp::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.