spacetraders_models/construction_material
Types
pub type ConstructionMaterial {
  ConstructionMaterial(
    trade_symbol: trade_symbol.TradeSymbol,
    required: Int,
    fulfilled: Int,
  )
}
      
      Constructors
- 
          
ConstructionMaterial( trade_symbol: trade_symbol.TradeSymbol, required: Int, fulfilled: Int, ) 
Values
pub fn decoder() -> decode.Decoder(ConstructionMaterial)