Skip to main content

Module effects

Module effects 

Source
Expand description

Built-in effects.

Structs§

Run
An effect created from a closure.
SetFlag
Sets a chain flag. Outside a chain, it does nothing.

Functions§

clear_flag
Creates an effect that clears a flag.
run
Wraps a closure as an effect.
set_flag
Creates an effect that sets a flag.