Trait cdrs::IntoCDRSValue [] [src]

pub trait IntoCDRSValue {
    fn into_cdrs_value(self) -> Value;
}

The trait that allows transformation of Self to types::value::Value.

Required Methods

It converts Self to types::value::Value.

Implementors