Trait rtdlib::types::TDOptionValue[][src]

pub trait TDOptionValue: Debug + RObject { }

TRAIT | Represents the value of an option

Implementations on Foreign Types

impl<'a, OPTIONVALUE: TDOptionValue> TDOptionValue for &'a OPTIONVALUE[src]

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

Loading content...

Implementors

Loading content...