macro_rules! defer {
($body:block) => { ... };
($func:expr) => { ... };
}Expand description
Shorthand for Defer::new
See Defer for more information.
macro_rules! defer {
($body:block) => { ... };
($func:expr) => { ... };
}Shorthand for Defer::new
See Defer for more information.