Function corepack::from_iter[][src]

pub fn from_iter<I, V>(iter: I) -> Result<V, Error> where
    I: Iterator<Item = u8>,
    V: DeserializeOwned

Parse V out of a stream of bytes.