Enum scopeguard::OnUnwind [] [src]

pub enum OnUnwind {}

Run on scope exit through unwinding.

Requires crate feature use_std.

Trait Implementations

impl Debug for OnUnwind
[src]

[src]

Formats the value using the given formatter.

impl Strategy for OnUnwind
[src]

[src]

Return true if the guard’s associated code should run (in the context where this method is called). Read more