Type Alias A2sDisconnect

Source
type A2sDisconnect = Arc<Mutex<Option<UnboundedSender<(Pid, (Duration, Sender<Result<(), ParticipantError>>))>>>>;

Aliased Typeยง

struct A2sDisconnect { /* private fields */ }