macro_rules! with {
($with_expr:expr, |$var:ident| $bl:block) => { ... };
}
Expand description
Owns the value defined in the with_expr
and evaluates the enclosing block
macro_rules! with {
($with_expr:expr, |$var:ident| $bl:block) => { ... };
}
Owns the value defined in the with_expr
and evaluates the enclosing block