pub trait CustomValue<X>
where X: CustomValueKind,
{ // Required method fn get_custom_value_kind(&self) -> X; }
Expand description

Represents a custom SBOR value.

Required Methods§

Implementors§