pub trait StoreSnapshots {
    fn store_snapshots();
}

Required methods

Implementors