pub trait ToRealTimeResult {
    type RealTimeResult;
}
Expand description

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

Required Associated Types

Implementors