[][src]Trait intervalier::Guard

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

Provided methods

fn skip(&mut self)

Loading content...

Implementations on Foreign Types

impl Guard for ()[src]

Loading content...

Implementors

impl Guard for BackSignalGuard[src]

Loading content...