pub fn product(
center: AnalysisCenter,
product_type: ProductType,
date: ProductDate,
sample: Option<&str>,
issue: Option<&str>,
) -> Result<ProductSpec, DataCatalogError>Expand description
Build a product specification for any center/product/date combination.