pub type SnapshotDriverError = Box<dyn StdError + Send + Sync + 'static>;
pub struct SnapshotDriverError(/* private fields */);