[][src]Module mode::boxed

Defines types that can be used to set up an Automaton that stores a Box<Mode> instead of a Mode in place.

Traits

Mode

Alternate trait Mode that takes a Box<Mode> as the self parameter instead of Mode.