Searched defs:SourceMock (Results 1 – 1 of 1) sorted by relevance
262 struct SourceMock { struct263 events: Vec<u8>,266 impl SourceMock { impl267 fn new(evts: &[input_event]) -> SourceMock { in new()278 impl Read for SourceMock { implementation285 impl Write for SourceMock { implementation