Docs.rs
async-hwi-0.0.10
async-hwi 0.0.10
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
edouardparis
Dependencies
async-trait ^0.1.52
normal
base64 ^0.13.0
normal
bitcoin ^0.30.0
normal
futures ^0.3
normal
hidapi ^1.4.1
normal
ledger-apdu ^0.10
normal
ledger-transport-hid ^0.10
normal
ledger_bitcoin_client ^0.3.2
normal
regex ^1.6.0
normal
serialport ^4.2
normal
tokio ^1.21.0
normal
tokio-serial ^5.4.1
normal
tokio ^1.21
dev
Versions
18.75%
of the crate is documented
Go to latest version
Platform
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
☰
LedgerSimulator
Methods
try_connect
In async_hwi::ledger
?
Type Definition
async_hwi
::
ledger
::
LedgerSimulator
source
·
[
−
]
pub type LedgerSimulator =
Ledger
<
TransportTcp
>;
Implementations
§
source
§
impl
LedgerSimulator
source
pub async fn
try_connect
() ->
Result
<Self,
HWIError
>