Module prelude

Source
Expand description

ACT I SCENE I. Elsinore. A platform before the castle.

Re-exports§

pub use crate::polonius;
pub use crate::polonius;

Macros§

exit_polonius
See polonius! for more info.
polonius
Convenient entry-point to this crate’s logic.
polonius_break
break a non-dependent value out of a polonius_loop!.
polonius_break_dependent
break a dependent value out of a polonius_loop!.
polonius_continue
continue to the next iteration of a polonius_loop!.
polonius_loop
Convenience support for the loop { … polonius!(…) } pattern.
polonius_return
See polonius! for more info.
polonius_try
Perform the ? operation inside a polonius! or polonius_loop! block.