Macro prog1::prog1 [] [src]

macro_rules! prog1 {
    ( $result:expr; $after:block) => { ... };
}

Executes $after after computing the result $result.

For more information see the crate level documentation.