serde_brief::value

Function from_value_with_config

source
pub fn from_value_with_config<'de, T>(
    value: Value<'de>,
    _config: Config,
) -> Result<T>
where T: Deserialize<'de>,
Expand description

Deserialize a type from a generic Value using the given configuration.