Docs.rs
thin-string-0.3.0
thin-string 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Kl4rry
Dependencies
serde ^1.0
normal
optional
thin-vec ^0.2.12
normal
Versions
0%
of the crate is documented
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
thin_
string
0.3.0
ToThin
String
Required Methods
to_thin_string
Implementors
In crate thin_
string
thin_string
Trait
ToThinString
Copy item path
Source
pub trait ToThinString { // Required method fn
to_thin_string
(&self) ->
ThinString
; }
Required Methods
§
Source
fn
to_thin_string
(&self) ->
ThinString
Implementors
§
Source
§
impl<T:
Display
+ ?
Sized
>
ToThinString
for T