Docs.rs
mago-source-0.4.0
mago-source 0.4.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
azjezz
Dependencies
dashmap ^6.1.0
normal
mago-interner ^0.4.0
normal
serde ^1.0
normal
tracing ^0.1.40
normal
Versions
52.63%
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
mago_
source
0.4.0
HasSource
Required Methods
source
Implementations on Foreign Types
Box<T>
Implementors
In crate mago_
source
mago_source
Trait
HasSource
Copy item path
Source
pub trait HasSource { // Required method fn
source
(&self) ->
SourceIdentifier
; }
Required Methods
§
Source
fn
source
(&self) ->
SourceIdentifier
Implementations on Foreign Types
§
Source
§
impl<T:
HasSource
>
HasSource
for
Box
<T>
Source
§
fn
source
(&self) ->
SourceIdentifier
Implementors
§