refresh_gateway_published_data

Function refresh_gateway_published_data 

Source
pub async fn refresh_gateway_published_data<D>(
    details_store: &D,
    registration: GatewayRegistration,
    available_gateways: Vec<RoutingNode>,
    must_use_tls: bool,
    no_hostname: bool,
) -> Result<(), ClientCoreError>
where D: GatewaysDetailsStore, D::StorageError: Send + Sync + 'static,