Docs.rs
source-map-0.14.0
source-map 0.14.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kaleidawave
Dependencies
base64 ^0.13.0
normal
codespan-reporting ^0.11
normal
lsp-types ^0
normal
self-rust-tokenize ^0.3
normal
serde ^1.0
normal
Versions
15.79%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
PathMap
Required Methods
set_path
Implementors
In source_map
?
Trait
source_map
::
PathMap
source
·
[
−
]
pub trait PathMap { // Required method fn
set_path
(&mut self, path:
PathBuf
, source:
SourceId
); }
Required Methods
§
source
fn
set_path
(&mut self, path:
PathBuf
, source:
SourceId
)
Implementors
§
source
§
impl
PathMap
for
NoPathMap
source
§
impl
PathMap
for
WithPathMap