pub fn from_bytes_with_opts<'a, T>(input: &'a [u8], opts: DeOpts) -> Result<T>
where T: Deserialize<'a>,
Expand description

Similar to from_bytes but with options.