Docs.rs
cargo-rhack-0.1.5
cargo-rhack 0.1.5
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
simonsan
Dependencies
anyhow ^1.0.81
normal
clap ^4.3.24
normal
home ^0.5.5
normal
serde ^1.0.197
normal
serde_json ^1.0.114
normal
toml_edit ^0.22.7
normal
once_cell ^1.19.0
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
WriteErrorHandler
cargo_
rhack
0.1.5
Write
Error
Handler
Required Methods
handle_err
Implementations on Foreign Types
Result<()>
Implementors
In cargo_
rhack::
error
cargo_rhack
::
error
Trait
Write
Error
Handler
Copy item path
Source
pub trait WriteErrorHandler { // Required method fn
handle_err
(self, device: &
str
) ->
Result
<
()
>; }
Required Methods
§
Source
fn
handle_err
(self, device: &
str
) ->
Result
<
()
>
Implementations on Foreign Types
§
Source
§
impl
WriteErrorHandler
for
Result
<
()
>
Source
§
fn
handle_err
(self, device: &
str
) ->
Result
<
()
>
Implementors
§