pub type Result<T> = Result<T, IndicatorError>;Expand description
Result type for indicator calculations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(IndicatorError),
}pub type Result<T> = Result<T, IndicatorError>;Result type for indicator calculations
pub enum Result<T> {
Ok(T),
Err(IndicatorError),
}