#[derive(OwnedValue)]
Expand description
Implements conversions for your type to/from OwnedValue
.
Implements TryFrom<OwnedValue>
and Into<OwnedValue>
for your type.
See Value
documentation for examples.
#[derive(OwnedValue)]
Implements conversions for your type to/from OwnedValue
.
Implements TryFrom<OwnedValue>
and Into<OwnedValue>
for your type.
See Value
documentation for examples.