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