pub trait RefableProperty<const I: u8>: SettableProperty<I> { }Expand description
A settable property that can be accessed by reference (because it is not folded).
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.