pub fn write_list<L, W>(list: L, dst: &mut W) -> Result<(), LavaTorrentError>where
    L: AsRef<[BencodeElem]>,
    W: Write,
Expand description

Encode list and write the result to dst.