Skip to main content

BoxedRecipient

Type Alias BoxedRecipient 

Source
pub type BoxedRecipient = Box<dyn Recipient + Send>;
Expand description

Boxed dyn-trait recipient. Same reasoning as BoxedIdentityEncryptor::with_recipients works on trait objects.

Aliased Type§

pub struct BoxedRecipient(/* private fields */);