pub trait TDOptionValue: Debug + RObject { }
Expand description

Represents the value of an option

Implementations on Foreign Types§

source§

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

source§

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

Implementors§