pub struct NavigationProvider;Expand description
Navigation provider wrapper for LSP navigation features.
Provides access to all navigation functionality (references, type definitions, document links, type hierarchy, workspace symbols).
Implementations§
Sourcepub fn new() -> NavigationProvider
pub fn new() -> NavigationProvider
Create a new navigation provider.
Trait Implementations§
Source§fn default() -> NavigationProvider
fn default() -> NavigationProvider
Returns the “default value” for a type. Read more
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more