Function validate_route

Source
pub async fn validate_route(
    token: &str,
    route_id: &str,
) -> Result<bool, Box<dyn Error>>