Searched defs:InMemoryEditor (Results 1 – 1 of 1) sorted by relevance
309 struct InMemoryEditor { struct310 data: RefCell<Vec<u8>>,311 fail_read: bool,314 impl InMemoryEditor { impl320 impl RandomWrite for InMemoryEditor { implementation340 impl ReadByChunk for InMemoryEditor { implementation