Function musli_value::decode_with

source ·
pub fn decode_with<'de, C, T>(cx: &C, value: &'de Value) -> Result<T, C::Error>
where C: ?Sized + Context, T: Decode<'de, C::Mode>,
Expand description

Decode a Value into a type which implements Decode using a custom context.