pub type NdnFetchFn = Arc<dyn Fn(Name) -> Pin<Box<dyn Future<Output = Option<Certificate>> + Send>> + Sync + Send>;Expand description
Fetch an NDN certificate by name (used for CA-anchored DIDs).
Aliased Typeยง
pub struct NdnFetchFn { /* private fields */ }