Statistic

Type Alias Statistic 

Source
pub type Statistic = Arc<dyn PortfolioStatistic<Item = f64> + Send + Sync>;

Aliased Typeยง

pub struct Statistic { /* private fields */ }