macro_rules! prog1 {
( $result:expr; $after:block) => { ... };
}
Expand description
Executes $after after computing the result $result.
For more information see the crate level documentation.
macro_rules! prog1 {
( $result:expr; $after:block) => { ... };
}
Executes $after after computing the result $result.
For more information see the crate level documentation.