pub trait PropertyTypewhere
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".