Function corepack::from_bytes [] [src]

pub fn from_bytes<'a, V>(bytes: &'a [u8]) -> Result<V, Error> where
    V: Deserialize<'a>, 

Parse V out of a slice of bytes.