Docs.rs
source-map-0.14.6
source-map 0.14.6
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kaleidawave
Dependencies
base64 ^0.21
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
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
☰
source_map
0.14.6
PathMap
Required Methods
set_path
Implementors
In crate 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