pub type Result<T> = Result<T, ExternalLspError>;Expand description
Result type for external LSP operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ExternalLspError),
}pub type Result<T> = Result<T, ExternalLspError>;Result type for external LSP operations
pub enum Result<T> {
Ok(T),
Err(ExternalLspError),
}