Trait intervalier::Guard[][src]

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

Provided methods

fn skip(&mut self)[src]

Loading content...

Implementations on Foreign Types

impl Guard for ()[src]

Loading content...

Implementors

impl Guard for BackSignalGuard[src]

Loading content...