Skip to main content

PropertyValueType

Trait PropertyValueType 

Source
pub trait PropertyValueType {
    // Required method
    fn to_object_string(&self) -> String;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl PropertyValueType for String

Source§

impl PropertyValueType for bool

Source§

impl PropertyValueType for f64

Source§

impl PropertyValueType for i32

Implementors§