make Snapshot Debug

This commit is contained in:
Aleksey Kladov 2018-11-01 15:16:57 +03:00
parent bfcca3059c
commit 229c0b944d

View file

@ -299,6 +299,7 @@ pub trait ParallelDatabase: Database + Send {
/// for more details.
///
/// [fm]: trait.ParallelDatabase#method.snapshot
#[derive(Debug)]
pub struct Snapshot<DB>
where
DB: ParallelDatabase,