Function hipack::parse [] [src]

pub fn parse<Iter>(input: Iter) -> Result<Value> where
    Iter: Iterator<Item = Result<u8>>,