Home
last modified time | relevance | path

Searched defs:FutureOutput (Results 1 – 3 of 3) sorted by relevance

/dports/editors/helix/helix-0.5.0/cargo-crates/jsonrpc-core-18.0.0/src/
H A Dio.rs23 pub type FutureOutput = Pin<Box<dyn Future<Output = Option<Output>> + Send>>; typedef
425 pub fn handle_request(&self, request: &str) -> FutureResult<FutureResponse, FutureOutput> { in handle_request() argument
430 …b fn handle_rpc_request(&self, request: Request) -> FutureRpcResult<FutureResponse, FutureOutput> { in handle_rpc_request() argument
435 pub fn handle_call(&self, call: Call) -> FutureRpcOutput<FutureOutput> { in handle_call()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/jsonrpc-core-18.0.0/src/
H A Dio.rs23 pub type FutureOutput = Pin<Box<dyn Future<Output = Option<Output>> + Send>>; typedef
425 pub fn handle_request(&self, request: &str) -> FutureResult<FutureResponse, FutureOutput> { in handle_request() argument
430 …b fn handle_rpc_request(&self, request: Request) -> FutureRpcResult<FutureResponse, FutureOutput> { in handle_rpc_request() argument
435 pub fn handle_call(&self, call: Call) -> FutureRpcOutput<FutureOutput> { in handle_call()
/dports/lang/rust/rustc-1.58.1-src/vendor/jsonrpc-core/src/
H A Dio.rs23 pub type FutureOutput = Pin<Box<dyn Future<Output = Option<Output>> + Send>>; typedef
425 pub fn handle_request(&self, request: &str) -> FutureResult<FutureResponse, FutureOutput> { in handle_request() argument
430 …b fn handle_rpc_request(&self, request: Request) -> FutureRpcResult<FutureResponse, FutureOutput> { in handle_rpc_request() argument
435 pub fn handle_call(&self, call: Call) -> FutureRpcOutput<FutureOutput> { in handle_call()