Docs.rs
nimble-rectify-0.0.15-dev
nimble-rectify 0.0.15-dev
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
piot
Dependencies
err-rs ^0.0.4
normal
flood-rs ^0.0.12
normal
log ^0.4.22
normal
nimble-assent ^0.0.15-dev
normal
nimble-participant ^0.0.15-dev
normal
nimble-seer ^0.0.15-dev
normal
tick-id ^0.0.9
normal
tick-queue ^0.0.2
normal
nimble-step ^0.0.15-dev
dev
nimble-step-map ^0.0.15-dev
dev
test-log ^0.2.16
dev
Versions
33.33%
of the crate is documented
Go to latest stable release
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_
rectify
0.0.15-dev
Rectify
Callbacks
Implementors
In crate nimble_
rectify
nimble_rectify
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
,