pub fn from_bytes_seed<'a, T>(seed: T, bytes: &'a [u8]) -> Result<T::Value>where
    T: DeserializeSeed<'a>,
Expand description

Perform a stateful deserialization from a &[u8] using the provided seed.