models/ship_symbol
Types
pub opaque type ShipSymbol
Values
pub fn decoder() -> decode.Decoder(ShipSymbol)
pub fn encode(ship_symbol: ShipSymbol) -> json.Json
pub const min_length: Int
pub fn parse(value: String) -> Result(ShipSymbol, Nil)
pub fn to_string(ship_symbol: ShipSymbol) -> String