Struct lsp_server::ReqQueue [−][src]
Expand description
Manages the set of pending requests, both incomming and outgoing.
Fields
incoming: Incoming<I>outgoing: Outgoing<O>Trait Implementations
Auto Trait Implementations
impl<I, O> RefUnwindSafe for ReqQueue<I, O> where
I: RefUnwindSafe,
O: RefUnwindSafe, impl<I, O> UnwindSafe for ReqQueue<I, O> where
I: UnwindSafe,
O: UnwindSafe,