pub fn check_leg(
store: &ChartStore,
leg: Leg,
vessel: Vessel,
) -> Result<Vec<Finding>, StoreError>Expand description
Checks one leg against a chart.
Findings are returned in the order they occur along the leg.
ยงErrors
If the chart cannot be read.