Docs.rs
nmr-schedule-0.2.1
nmr-schedule 0.2.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Xendergo
Dependencies
ndarray ^0.16
normal
once_cell ^1.21
normal
owo-colors ^4.2
normal
optional
rand ^0.9
normal
rand_chacha ^0.9
normal
rustfft ^6.2
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
TraceOutput
nmr_
schedule
0.2.1
Trace
Output
Implementors
In nmr_
schedule::
generators
nmr_schedule
::
generators
Trait
Trace
Output
Copy item path
Source
pub trait TraceOutput:
Any
+
Debug
+
Display
{ }
Expand description
A trace outputted by a generator
Implementors
§
Source
§
impl<T:
Any
+
Debug
+
Display
>
TraceOutput
for T