Docs.rs
bitcoinkernel-0.0.19
bitcoinkernel 0.0.19
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
TheCharlatan
Dependencies
libbitcoinkernel-sys ^0.0.18
normal
bitcoin ^0.31
dev
env_logger ^0.11
dev
hex ^0.4
dev
log ^0.4
dev
secp256k1 ^0.28
dev
silentpayments ^0.1
dev
tempdir ^0.3
dev
Versions
57.26%
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
bitcoinkernel
0.0.19
Flush
Error
Implementors
In crate bitcoinkernel
bitcoinkernel
Trait
FlushError
Copy item path
Source
pub trait FlushError:
Fn
(
String
) { }
Expand description
An error was encountered when flushing data to disk.
Implementors
§
Source
§
impl<F:
Fn
(
String
)>
FlushError
for F