mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-13 00:40:22 +00:00
make Snapshot Debug
This commit is contained in:
parent
bfcca3059c
commit
229c0b944d
1 changed files with 1 additions and 0 deletions
|
@ -299,6 +299,7 @@ pub trait ParallelDatabase: Database + Send {
|
||||||
/// for more details.
|
/// for more details.
|
||||||
///
|
///
|
||||||
/// [fm]: trait.ParallelDatabase#method.snapshot
|
/// [fm]: trait.ParallelDatabase#method.snapshot
|
||||||
|
#[derive(Debug)]
|
||||||
pub struct Snapshot<DB>
|
pub struct Snapshot<DB>
|
||||||
where
|
where
|
||||||
DB: ParallelDatabase,
|
DB: ParallelDatabase,
|
||||||
|
|
Loading…
Reference in a new issue