pub type ShipType { ShipProbe ShipMiningDrone ShipSiphonDrone ShipInterceptor ShipLightHauler }
ShipProbe
ShipMiningDrone
ShipSiphonDrone
ShipInterceptor
ShipLightHauler
pub fn decoder() -> decode.Decoder(ShipType)
pub fn encode(ship_type: ShipType) -> json.Json
pub fn parse(value: String) -> Result(ShipType, Nil)
pub fn to_string(ship_type: ShipType) -> String