pub fn deserialize<'input, 'facet, 'shape, T, F>(
input: &'input F::Input<'input>,
format: F,
) -> Result<T, DeserError<'input, 'shape, Cooked>>Expand description
Deserialize a value of type T from raw input bytes using format F.
This function sets up the initial working state and drives the deserialization process, ensuring that the resulting value is fully materialized and valid.