Docs.rs
argparsnip-0.1.6
argparsnip 0.1.6
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
MichaelLeith
Dependencies
hashbrown ^0.11.2
normal
optional
log ^0.4.14
normal
optional
serde ^1.0
normal
optional
unicode-segmentation ^1.7.1
normal
criterion ^0.3.4
dev
pprof ^0.4.3
dev
pretty_assertions ^0.7.2
dev
simple_logger ^1.11.0
dev
Versions
44.58%
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
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
IntoStr
argparsnip
0.1.6
IntoStr
Required Methods
into
Implementations on Foreign Types
&str
String
Implementors
In crate argparsnip
argparsnip
Trait
IntoStr
Copy item path
Source
pub trait IntoStr { // Required method fn
into
(&self) -> &
str
; }
Required Methods
§
Source
fn
into
(&self) -> &
str
Implementations on Foreign Types
§
Source
§
impl
IntoStr
for &
str
Source
§
fn
into
(&self) -> &
str
Source
§
impl
IntoStr
for
String
Source
§
fn
into
(&self) -> &
str
Implementors
§