Skip to main content

SessionNotifiers

Type Alias SessionNotifiers 

Source
type SessionNotifiers = (Arc<Mutex<Pin<Box<dyn Sink<IncomingSession, Error = SessionManagerError> + Send>>>>, Sender<(SessionId, ClosureReason)>);