Type Definition ockam_node::AsyncDropSender
source · pub type AsyncDropSender = Sender<Address>;Expand description
A special sender type that connects a type to an AsyncDrop handler
pub type AsyncDropSender = Sender<Address>;A special sender type that connects a type to an AsyncDrop handler