Skip to main content

ToDataValue

Trait ToDataValue 

Source
pub trait ToDataValue {
    // Required method
    fn to_data_value(&self) -> DataValue;
}
Expand description

Serialize outbound dataset cell values.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§