Struct users::SwitchUserGuard [] [src]

pub struct SwitchUserGuard {
    // some fields omitted
}

Trait Implementations

impl Drop for SwitchUserGuard
[src]

fn drop(&mut self)

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