pub type BoxedCryptoResolver = Box<dyn CryptoResolver + Send>;
Expand description

Boxed CryptoResolver

Aliased Type§

struct BoxedCryptoResolver(/* private fields */);