Searched defs:InMemoryEditor (Results 1 – 1 of 1) sorted by relevance
302 struct InMemoryEditor { struct303 data: RefCell<Vec<u8>>,304 fail_read: bool,307 impl InMemoryEditor { implementation313 impl RandomWrite for InMemoryEditor { implementation333 impl ReadByChunk for InMemoryEditor { implementation