Type Alias ockam_node::AsyncDropSender

source ·
pub type AsyncDropSender = Sender<Address>;
Expand description

A special sender type that connects a type to an AsyncDrop handler

Aliased Type§

struct AsyncDropSender { /* private fields */ }