Docs.rs
amaze-0.4.1
amaze 0.4.1
Permalink
Docs.rs crate page
EUPL-1.2
OR
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sunsided
Dependencies
petgraph ^0.8
normal
optional
rand ^0.10.1
normal
serde ^1
normal
optional
serde_json ^1
normal
optional
criterion ^0.8
dev
indoc ^2.0.7
dev
Versions
32.47%
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
Skip to main content
GenerationVisitor
amaze
0.4.1
Generation
Visitor
Required Methods
on_step
Implementors
In amaze::
generators
amaze
::
generators
Trait
Generation
Visitor
Copy item path
Source
pub trait GenerationVisitor { // Required method fn
on_step
(&mut self, step: &
GenerationStep
); }
Required Methods
§
Source
fn
on_step
(&mut self, step: &
GenerationStep
)
Implementors
§
Source
§
impl
GenerationVisitor
for
VecGenerationVisitor