pub type NonceSenderRef = Option<Arc<Mutex<NonceSender>>>;Expand description
Shared nonce sender reference type.
Aliased Type§
pub enum NonceSenderRef {
None,
Some(Arc<Mutex<NonceSender>>),
}pub type NonceSenderRef = Option<Arc<Mutex<NonceSender>>>;Shared nonce sender reference type.
pub enum NonceSenderRef {
None,
Some(Arc<Mutex<NonceSender>>),
}