Macro lelet_defer::defer[][src]

macro_rules! defer {
    ($($body : tt) *) => { ... };
}
Expand description

Defer the execution until it get dropped