Derive Macro zvariant::OwnedValue

source ·
#[derive(OwnedValue)]
Expand description

Implements conversions for your type to/from OwnedValue.

Implements TryFrom<OwnedValue> and TryInto<OwnedValue> for your type.

See Value documentation for examples.