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

Required Methods§

Implementations on Foreign Types§

Implementors§