Docs.rs
thin-string-0.2.0
thin-string 0.2.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Kl4rry
Dependencies
serde ^1.0
normal
thin-vec ^0.2.12
normal
Versions
0%
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
☰
ToThinString
Required Methods
to_thin_string
Implementations on Foreign Types
Cow<'_, str>
char
i8
str
u8
Implementors
In thin_string
?
Trait
thin_string
::
ToThinString
source
·
[
−
]
pub trait ToThinString { // Required method fn
to_thin_string
(&self) ->
ThinString
; }
Required Methods
§
source
fn
to_thin_string
(&self) ->
ThinString
Implementations on Foreign Types
§
source
§
impl
ToThinString
for
char
source
§
fn
to_thin_string
(&self) ->
ThinString
source
§
impl
ToThinString
for
Cow
<'_,
str
>
source
§
fn
to_thin_string
(&self) ->
ThinString
source
§
impl
ToThinString
for
u8
source
§
fn
to_thin_string
(&self) ->
ThinString
source
§
impl
ToThinString
for
i8
source
§
fn
to_thin_string
(&self) ->
ThinString
source
§
impl
ToThinString
for
str
source
§
fn
to_thin_string
(&self) ->
ThinString
Implementors
§
source
§
impl
ToThinString
for
ThinString
source
§
impl<T:
Display
+ ?
Sized
>
ToThinString
for T