Docs.rs
interned-string-0.2.0
interned-string 0.2.0
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
drash-course
Dependencies
left-right ^0.11.5
normal
once_cell ^1.19.0
normal
radix_trie ^0.2.1
normal
serde ^1.0
normal
optional
criterion ^0.4
dev
Versions
25%
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
interned_string
0.2.0
Intern
Required Methods
intern
Implementations on Foreign Types
&str
String
Implementors
In crate interned_string
Trait
interned_string
::
Intern
Copy item path
source
·
[
−
]
pub trait Intern { // Required method fn
intern
(self) ->
IString
where Self:
Sized
; }
Required Methods
§
source
fn
intern
(self) ->
IString
where Self:
Sized
,
Implementations on Foreign Types
§
source
§
impl
Intern
for &
str
source
§
fn
intern
(self) ->
IString
source
§
impl
Intern
for
String
source
§
fn
intern
(self) ->
IString
Implementors
§