Docs.rs
bitcoinkernel-covenants-0.0.23
bitcoinkernel-covenants 0.0.23
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
stutxo
Dependencies
libbitcoinkernel-sys-covenants ^0.0.22
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
55.81%
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
FatalError
bitcoinkernel_
covenants
0.0.23
Fatal
Error
Implementors
In crate bitcoinkernel_
covenants
bitcoinkernel_covenants
Trait
Fatal
Error
Copy item path
Source
pub trait FatalError:
Fn
(
String
) { }
Expand description
An un-recoverable system error was encountered by the library.
Implementors
§
Source
§
impl<F:
Fn
(
String
)>
FatalError
for F