Docs.rs
simple-cmd-0.0.14
simple-cmd 0.0.14
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
3.33%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
simple_cmd
0.0.14
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
§