Skip to main content

PropertyType

Trait PropertyType 

Source
pub trait PropertyType
where Self: for<'a> TryFrom<&'a PropertyValue, Error = PropertyTypeError>,
{ }
Expand description

Marker trait for property value types.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementations on Foreign Types§

Source§

impl PropertyType for String

Source§

impl PropertyType for i32

Source§

impl PropertyType for u32

Implementors§