models/chart
Types
pub type Chart {
Chart(
waypoint_symbol: waypoint_symbol.WaypointSymbol,
submitted_by: agent_symbol.AgentSymbol,
submitted_on: birl.Time,
)
}
Constructors
-
Chart( waypoint_symbol: waypoint_symbol.WaypointSymbol, submitted_by: agent_symbol.AgentSymbol, submitted_on: birl.Time, )
Values
pub fn decoder() -> decode.Decoder(Chart)