Docs.rs
lsp-async-stub-0.5.0
lsp-async-stub 0.5.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
tamasfe
Dependencies
anyhow ^1
normal
async-trait ^0.1.52
normal
futures ^0.3.5
normal
getrandom ^0.2
normal
lsp-types ^0.92.0
normal
rowan ^0.15.3
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1.12.0
normal
tracing ^0.1.29
normal
Versions
11.43%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
LspExt
Required Methods
from_lsp
into_lsp
Implementors
In lsp_async_stub::util
?
Trait
lsp_async_stub
::
util
::
LspExt
source
·
[
−
]
pub trait LspExt<T>: Sealed { fn
into_lsp
(self) -> T;
fn
from_lsp
(val: T) -> Self; }
Required methods
source
fn
into_lsp
(self) -> T
source
fn
from_lsp
(val: T) -> Self
Implementors
source
impl
LspExt
<
Position
> for
Position
source
impl
LspExt
<
Range
> for
Range