Docs.rs
openpgp-card-0.5.1
openpgp-card 0.5.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
hko-s
Dependencies
card-backend ^0.2
normal
chrono ^0.4
normal
hex-slice ^0.1
normal
log ^0.4
normal
nom ^7
normal
secrecy ^0.8
normal
sha2 ^0.10
normal
thiserror ^1
normal
hex-literal ^0.4
dev
Versions
56.61%
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
State
openpgp_
card
0.5.1
State
Implementors
In openpgp_
card::
state
openpgp_card
::
state
Trait
State
Copy item path
Source
pub trait State { }
Expand description
States that a
Card
can be in.
See the implementations for more detail.
Implementors
§
Source
§
impl
State
for
Admin
<'_, '_>
Source
§
impl
State
for
Open
Source
§
impl
State
for
Sign
<'_, '_>
Source
§
impl
State
for
Transaction
<'_>
Source
§
impl
State
for
User
<'_, '_>