[][src]Module rdcl_aoc_helpers::machine::output_receiver

Whenever your machine produces output.

Structs

NoopOutputReceiver

If your machine does not produce output, you can use this implementation.

Traits

OutputReceiver

If your machine produces output, it should send this to an OutputReceiver.