Docs.rs
thin-string-0.1.3
thin-string 0.1.3
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Kl4rry
Dependencies
thin-vec ^0.2.3
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
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
☰
Trait ToThinString
Required Methods
to_thin_string
Implementations on Foreign Types
Cow<'_, str>
char
i8
str
u8
Implementors
Other items in
thin_string
?
Trait
thin_string
::
ToThinString
[
−
]
[src]
pub trait ToThinString { fn
to_thin_string
(&self) ->
ThinString
; }
Required methods
[src]
fn
to_thin_string
(&self) ->
ThinString
Implementations on Foreign Types
[src]
impl
ToThinString
for
char
[src]
fn
to_thin_string
(&self) ->
ThinString
[src]
impl
ToThinString
for
u8
[src]
fn
to_thin_string
(&self) ->
ThinString
[src]
impl
ToThinString
for
i8
[src]
fn
to_thin_string
(&self) ->
ThinString
[src]
impl
ToThinString
for
str
[src]
fn
to_thin_string
(&self) ->
ThinString
[src]
impl
ToThinString
for
Cow
<'_,
str
>
[src]
fn
to_thin_string
(&self) ->
ThinString
Implementors
[src]
impl
ToThinString
for
ThinString
[src]
impl<T:
Display
+ ?
Sized
>
ToThinString
for T