[][src]Trait saiko::wayland::ReadEvent

pub trait ReadEvent {
    fn read_event(&mut self) -> Vec<(EventHeader, Vec<u8>)>;
}

Required methods

fn read_event(&mut self) -> Vec<(EventHeader, Vec<u8>)>

Loading content...

Implementors

Loading content...