Trait polars_time::chunkedarray::string::infer::TryFromWithUnit

source ·
pub trait TryFromWithUnit<T>: Sized {
    type Error;

    // Required method
    fn try_from_with_unit(
        pattern: T,
        unit: Option<TimeUnit>
    ) -> PolarsResult<Self>;
}

Required Associated Types§

Required Methods§

source

fn try_from_with_unit(pattern: T, unit: Option<TimeUnit>) -> PolarsResult<Self>

Object Safety§

This trait is not object safe.

Implementors§