pub trait OptionValueType: Into<Vec<u8>> + TryFrom<Vec<u8>, Error = IncompatibleOptionValueFormat> { }
Expand description

Supertrait for types that can be used as option values.

Implementors