pub trait ToTimeResult {
    type TimeResult;
}
Expand description

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

Required Associated Types

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

Implementors