Skip to main content

ready

Function ready 

Source
async fn ready<SyncStatus>(ctx: &HealthCtx<SyncStatus>) -> Response<Full<Bytes>>
where SyncStatus: ChainSyncStatus + Clone + Send + Sync + 'static,