Module command

Source
Expand description

Contains types which encapsulate a repeatedly callable block of code.

command diagram

Re-exports§

pub use hashable::Hashable;
pub use heap::Heap;

Modules§

hashable
Contains an implementation of Command which requires the instantiation to supply a method of determining both Hash and Eq. Can be used with observer::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.