models/extraction
Types
pub type Extraction {
Extraction(
ship_symbol: ship_symbol.ShipSymbol,
yield: extraction_yield.ExtractionYield,
)
}
Constructors
-
Extraction( ship_symbol: ship_symbol.ShipSymbol, yield: extraction_yield.ExtractionYield, )
Values
pub fn decoder() -> decode.Decoder(Extraction)