pub trait TDOptionValue: Debug + RObject { }Expand description
Represents the value of an option
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait TDOptionValue: Debug + RObject { }Represents the value of an option
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".