models/chart

Types

pub type Chart {
  Chart(
    waypoint_symbol: waypoint_symbol.WaypointSymbol,
    submitted_by: agent_symbol.AgentSymbol,
    submitted_on: birl.Time,
  )
}

Constructors

Values

pub fn decoder() -> decode.Decoder(Chart)
Search Document