Skip to main content

TDOptionValue

Trait TDOptionValue 

Source
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".

Implementations on Foreign Types§

Source§

impl<'a, OPTIONVALUE: TDOptionValue> TDOptionValue for &'a OPTIONVALUE

Source§

impl<'a, OPTIONVALUE: TDOptionValue> TDOptionValue for &'a mut OPTIONVALUE

Implementors§