Function read_nav_route_file

Source
pub async fn read_nav_route_file<P: AsRef<Path>>(
    path: P,
) -> Result<NavRoute, ReadNavRouteFileError>
Available on crate feature asynchronous only.