ToTimeResult

Trait ToTimeResult 

Source
pub trait ToTimeResult {
    type TimeResult;
}
Expand description

Specifies what the the result is if a type is transformed to time domain.

Required Associated Types§

Source

type TimeResult

Specifies what the the result is if a type is transformed to time domain.

Implementors§