[][src]Function bencodex::parse

pub fn parse<T>(stream: &mut T) -> Result<BNode, String> where
    T: Iterator<Item = u8>,