pub trait SnapshotWriter { // Required method fn write_blob(&mut self, name: String, data: Vec<u8>); }