do_m

Macro do_m 

Source
macro_rules! do_m {
    ($this:expr) => { ... };
}
Expand description

Run codes inside a doM block(Haskell do notation) (this is a sync macro)

ยงArguments

  • func - The given FnMut, the execution code of Cor.