mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-23 13:10:19 +00:00
commit
6dac59cd6f
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