pub type ReadyCheck = Arc<dyn Fn() -> Pin<Box<dyn Future<Output = Result<(), String>> + Send>> + Send + Sync>;Expand description
readiness check 関数。bound is Send + Sync for cross-task use.
Aliased Type§
pub struct ReadyCheck { /* private fields */ }