Function exists_route

Source
pub async fn exists_route(
    configuration: &Configuration,
    workspace: &str,
    exists_route_request: ExistsRouteRequest,
) -> Result<bool, Error<ExistsRouteError>>