pub trait ToTimeResult {
type TimeResult;
}Expand description
Specifies what the the result is if a type is transformed to time domain.
Required Associated Types§
Sourcetype TimeResult
type TimeResult
Specifies what the the result is if a type is transformed to time domain.