[][src]Macro eff::effectful

macro_rules! effectful {
    ($($tts:tt)*) => { ... };
}

An effectful computation block

The block must contain perform! or perform_from!