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