decode_custom_value_with_info

Function decode_custom_value_with_info 

Source
pub fn decode_custom_value_with_info<'info, 'resolver, V>(
    info: &CustomValueInfo<'info, <V::TypeResolver as TypeResolver>::TypeId>,
    type_resolver: &'resolver V::TypeResolver,
    visitor: V,
) -> Result<V::Value<'info, 'resolver>, CustomValueDecodeError<<V::TypeResolver as TypeResolver>::TypeId>>
where V: Visitor, V::Error: Debug,
Expand description

Decode a custom value given the CustomValueInfo and a resolver to resolve the custom value type.