Macro prog1

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

Executes $after after computing the result $result.

For more information see the crate level documentation.