[−][src]Trait scopeguard::Strategy
Required methods
fn should_run() -> bool
Return true
if the guard’s associated code should run
(in the context where this method is called).
fn should_run() -> bool
Return true
if the guard’s associated code should run
(in the context where this method is called).
impl Strategy for Always
[src]fn should_run() -> bool
[src]