pub trait Guard {
    fn skip(&mut self) { ... }
}

Provided methods

Implementations on Foreign Types

Implementors