Module custom_values

Module custom_values 

Source
Expand description

This module contains types and functions for working with custom values.

Structs§

CustomValue
The identifier for a single Custom Value.
CustomValueInfo
Information about a Custom Value.
CustomValueInfoError
An error returned trying to access Custom Value information.

Enums§

CustomValueDecodeError
An error returned trying to decode a custom value.

Traits§

CustomValueEntryInfo
This can be implemented for anything capable of providing information about the available Custom Values
CustomValueTypeInfo
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 CustomValueInfo and a resolver to resolve the custom value type.