Type Definition tower_lsp::jsonrpc::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

A specialized Result error type for JSON-RPC handlers.