Expand description
Contains types which encapsulate a repeatedly callable block of code.
Re-exports§
Modules§
- hashable
- Contains an implementation of
Commandwhich requires the instantiation to supply a method of determining bothHashandEq. Can be used withobserver::HashSubject. - heap
- Provides a heap-based implementation of
Command. - prelude
- Exposes the
Commandtype at the library level.
Traits§
- Command
- Encapsulates a repeatedly callable block of code.