Docs.rs
bitcoin-scheduler-0.1.16-alpha.0
bitcoin-scheduler 0.1.16-alpha.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
klebs6
Dependencies
bitcoin-derive ^0.1.16-alpha.0
normal
bitcoin-imports ^0.1.16-alpha.0
normal
lazy_static ^1.4.0
normal
libc ^0.2.126
normal
multimap ^0.8.3
normal
parking_lot ^0.12.1
normal
static_assertions ^1.1.0
normal
time-point ^0.1.1
normal
bitcoin-cfg ^0.1.16-alpha.0
build
Versions
25%
of the crate is documented
Platform
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
bitcoin_
scheduler
0.1.16-alpha.0
Scheduler
Function
Aliased Type
In crate bitcoin_
scheduler
bitcoin_scheduler
Type Alias
SchedulerFunction
Copy item path
Source
pub type SchedulerFunction =
Box
<dyn
FnMut
()>;
Aliased Type
ยง
struct SchedulerFunction(
/* private fields */
);