pub trait ToVariant {
    fn to_variant(&self) -> Variant;
}
Expand description

Converts to Variant.

Required methods

Returns a Variant clone of self.

Implementations on Foreign Types

Portability Warning

This impl is for a platform-specific type. Any variants serialized from this type should be deserialized on the same machine.

Portability Warning

This impl is for a platform-specific type. Any variants serialized from this type should be deserialized on the same machine.

Portability Warning

This impl is for a platform-specific type. Any variants serialized from this type should be deserialized on the same machine.

Portability Warning

This impl is for a platform-specific type. Any variants serialized from this type should be deserialized on the same machine.

Implementors