Struct lsp_async_stub::Server [−][src]
Implementations
pub fn handle_message(
&self,
world: W,
message: Message,
writer: impl MessageWriter + Clone + 'static
) -> impl Future<Output = Result<(), Error>>
Auto Trait Implementations
impl<W> !RefUnwindSafe for Server<W>
impl<W> !UnwindSafe for Server<W>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more