Update documentation
This commit is contained in:
parent
3913558410
commit
33252739d9
@ -194,6 +194,7 @@ pub trait GenericReportingProduct: Debug + ReportingProduct {}
|
|||||||
/// Map from [ReportingProductId] to [ReportingProduct]
|
/// Map from [ReportingProductId] to [ReportingProduct]
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
pub struct ReportingProducts {
|
pub struct ReportingProducts {
|
||||||
|
// This needs to be an IndexMap not HashMap, because sometimes we query which product is more up to date
|
||||||
map: IndexMap<ReportingProductId, Box<dyn ReportingProduct>>,
|
map: IndexMap<ReportingProductId, Box<dyn ReportingProduct>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user