Values.RouteFerryArrivalSourceDetails corresponding to the arrival for the leg.
type nonrec t = {place : RouteFerryPlace.t option;The place details.
*)time : TimestampWithTimezoneOffset.t option;The time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of TimestampWithTimezoneOffset.t
| `Structure of
(string
* [> `Integer of RouteFerryPlaceWaypointIndexInteger.t
| `List of [> `Double of Double.t ] list
| `String of SensitiveString.t ])
list ])
list ]