Docs.rs
zerokms-protocol-0.6.0
zerokms-protocol 0.6.0
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
coderdan
freshtonic
auxesis
CDThomas
Dependencies
async-trait ^0.1
normal
base64 ^0.22.0
normal
cipherstash-config ^0.2.2
normal
const-hex ^1.14.1
normal
fake ^2.10.0
normal
opaque-debug ^0.3.1
normal
rand ^0.8.5
normal
serde ^1.0
normal
static_assertions ^1.1.0
normal
thiserror ^1.0.56
normal
uuid ^1.8
normal
zeroize ^1.8.1
normal
serde_json ^1.0.89
dev
Versions
28.57%
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
zerokms_
protocol
0.6.0
Retryable
Error
Required Methods
can_retry
Implementors
In crate zerokms_
protocol
zerokms_protocol
Trait
RetryableError
Copy item path
Source
pub trait RetryableError { // Required method fn
can_retry
(&self) ->
bool
; }
Expand description
Re-exports
Required Methods
§
Source
fn
can_retry
(&self) ->
bool
Implementors
§
Source
§
impl
RetryableError
for
ViturRequestError