Function sync_config

Source
pub async fn sync_config(
    conf: &PingapConf,
    storage: &(dyn ConfigStorage + Send + Sync),
) -> Result<(), Error>