Type Definition tower_lsp::jsonrpc::Result[][src]

type Result<T> = Result<T, Error>;
Expand description

A specialized Result error type for JSON-RPC handlers.