Struct bulwark::ScopeExitGuard [] [src]

pub struct ScopeExitGuard<F: FnOnce()> { /* fields omitted */ }

Methods

impl<F: FnOnce()> ScopeExitGuard<F>
[src]

Trait Implementations

impl<F: FnOnce()> Drop for ScopeExitGuard<F>
[src]

A method called when the value goes out of scope. Read more