Skip to main content

TryFromDataValue

Trait TryFromDataValue 

Source
pub trait TryFromDataValue {
    // Required method
    fn try_from_data_value(
        value: &DataValue,
        timezone: DatetimeTimezone,
    ) -> Result<OrbitalDateTime, DatetimeError>;
}
Expand description

Parse inbound dataset cell values.

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§