mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-12 16:35:21 +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.
|
||||
///
|
||||
/// [fm]: trait.ParallelDatabase#method.snapshot
|
||||
#[derive(Debug)]
|
||||
pub struct Snapshot<DB>
|
||||
where
|
||||
DB: ParallelDatabase,
|
||||
|
|
Loading…
Reference in a new issue