Docs.rs
nimble-client-0.0.16
nimble-client 0.0.16
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
piot
Dependencies
app-version ^0.0.2
normal
datagram-chunker ^0.0.2
normal
err-rs ^0.0.4
normal
flood-rs ^0.0.12
normal
log ^0.4.22
normal
metricator ^0.0.6
normal
monotonic-time-rs ^0.0.5
normal
network-metrics ^0.0.1
normal
nimble-assent ^0.0.16
normal
nimble-client-logic ^0.0.16
normal
nimble-layer ^0.0.16
normal
nimble-participant ^0.0.16
normal
nimble-protocol ^0.0.16
normal
nimble-rectify ^0.0.16
normal
nimble-seer ^0.0.16
normal
nimble-step ^0.0.16
normal
nimble-step-map ^0.0.16
normal
seq-map ^0.0.2
normal
tick-id ^0.0.9
normal
tick-queue ^0.0.2
normal
time-tick ^0.0.1
normal
hazy-transport ^0.0.4
dev
nimble-host ^0.0.16
dev
nimble-host-logic ^0.0.16
dev
nimble-participant ^0.0.16
dev
nimble-sample-game ^0.0.16
dev
nimble-sample-step ^0.0.16
dev
rand ^0.8.5
dev
seq-map ^0.0.2
dev
test-log ^0.2.16
dev
tick-id ^0.0.9
dev
Versions
40.54%
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
nimble_
client
0.0.16
Rectify
Callbacks
Implementors
In nimble_
client::
prelude
nimble_client
::
prelude
Trait
RectifyCallbacks
Copy item path
Source
pub trait RectifyCallbacks<StepT>:
AssentCallback
<StepT> +
SeerCallback
<StepT> +
RectifyCallback
{ }
Implementors
§
Source
§
impl<T, StepT>
RectifyCallbacks
<StepT> for T
where T:
AssentCallback
<StepT> +
SeerCallback
<StepT> +
RectifyCallback
,