pub fn from_slice_with_config<'de, T>(
bytes: &'de [u8],
config: Config,
) -> Result<T>where
T: Deserialize<'de>,
Expand description
Deserialize a type from a slice of bytes using the given configuration.
pub fn from_slice_with_config<'de, T>(
bytes: &'de [u8],
config: Config,
) -> Result<T>where
T: Deserialize<'de>,
Deserialize a type from a slice of bytes using the given configuration.