Function encode_list

Source
pub fn encode_list<E, K>(v: &[K], out: &mut dyn BufMut)
where E: Encodable + ?Sized, K: Borrow<E>,