Expand description
This module contains types and functions for working with custom values.
- See
decode_custom_valueanddecode_custom_value_with_infoto decode custom values - See
CustomValueTypeInfofor the underlying trait which extracts custom value information from metadata. - See
CustomValueEntryInfofor a underlying trait which provides information about the available custom values.
Structs§
- Custom
Value - The identifier for a single Custom Value.
- Custom
Value Info - Information about a Custom Value.
- Custom
Value Info Error - An error returned trying to access Custom Value information.
Enums§
- Custom
Value Decode Error - An error returned trying to decode a custom value.
Traits§
- Custom
Value Entry Info - This can be implemented for anything capable of providing information about the available Custom Values
- Custom
Value Type Info - This can be implemented for anything capable of providing Custom Value information.
Functions§
- decode_
custom_ value - Decode a custom value from the provided information.
- decode_
custom_ value_ with_ info - Decode a custom value given the
CustomValueInfoand a resolver to resolve the custom value type.