Searched defs:InMemoryEditor (Results 1 – 1 of 1) sorted by relevance
274 struct InMemoryEditor { struct275 data: RefCell<Vec<u8>>,276 fail_read: bool,279 impl InMemoryEditor { impl285 impl RandomWrite for InMemoryEditor { implementation305 impl ReadByChunk for InMemoryEditor { implementation