common_agent::agent_bootstrap

Constant NONE_FN

source
pub const NONE_FN: Option<fn(_: AgentBootstrapData) -> Pin<Box<dyn Future<Output = Result<(), MeshError>> + Sync + Send>>>;
Expand description

A None that will work in a generic context as a callback argument to bootstrap_with_trustee.