pub trait ToRealTimeResult {
type RealTimeResult;
}Expand description
Specifies what the the result is if a type is transformed to real numbers in time domain.
pub trait ToRealTimeResult {
type RealTimeResult;
}Specifies what the the result is if a type is transformed to real numbers in time domain.