Trait debounce::buffer::BufferGet[][src]

pub trait BufferGet<T> {
    fn get(&mut self) -> State<T>;
}

Required methods

Implementors