pub trait HowToSupplyTrait {
    // Required methods
    fn get_estimated_cost(&self) -> &[EstimatedCostProperty];
    fn take_estimated_cost(&mut self) -> Vec<EstimatedCostProperty>;
}
Expand description

This trait is for properties from https://schema.org/HowToSupply.

Required Methods§

Implementors§