Docs.rs
simple-cmd-0.0.12-alpha2
simple-cmd 0.0.12-alpha2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
sephiroth74
Dependencies
crossbeam ^0.8.4
normal
crossbeam-channel ^0.5.11
normal
signal-hook ^0.3.17
normal
thiserror ^1.0.56
normal
tracing ^0.1.40
normal
ctrlc ^3.4.2
dev
simple_logger ^4.3.3
dev
threadpool ^1.8.1
dev
tracing-subscriber ^0.3.18
dev
Versions
0%
of the crate is documented
Go to latest stable release
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
simple_cmd
0.0.12-alpha2
Vec8ToString
Required Methods
as_str
Implementations on Foreign Types
Vec<u8>
Implementors
In crate simple_cmd
?
Trait
simple_cmd
::
Vec8ToString
source
·
[
−
]
pub trait Vec8ToString { // Required method fn
as_str
(&self) ->
Option
<&
str
>; }
Required Methods
§
source
fn
as_str
(&self) ->
Option
<&
str
>
Implementations on Foreign Types
§
source
§
impl
Vec8ToString
for
Vec
<
u8
>
source
§
fn
as_str
(&self) ->
Option
<&
str
>
Implementors
§