[][src]Trait boomerang::IsPresent

pub trait IsPresent {
    fn is_present(&self) -> bool;
fn reset(&mut self); }

Required methods

fn is_present(&self) -> bool

fn reset(&mut self)

Loading content...

Implementors

impl<T> IsPresent for Port<T>[src]

Loading content...