Struct dispatch::GroupGuard [] [src]

pub struct GroupGuard { /* fields omitted */ }

An RAII guard which will leave a Group when dropped.

Methods

impl GroupGuard
[src]

Drops self, leaving the Group.

Trait Implementations

impl Clone for GroupGuard
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for GroupGuard
[src]

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