mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 21:05:11 +00:00
complete comment
This commit is contained in:
parent
afd9b72203
commit
6eb9cb0d1b
1 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,9 @@ pub trait Configuration {
|
||||||
type Fields;
|
type Fields;
|
||||||
|
|
||||||
/// A array of [`Revision`][] values, one per each of the value fields.
|
/// A array of [`Revision`][] values, one per each of the value fields.
|
||||||
/// When a struct is re-recreated in a new revision, the
|
/// When a struct is re-recreated in a new revision, the corresponding
|
||||||
|
/// entries for each field are updated to the new revision if their
|
||||||
|
/// values have changed (or if the field is marked as `#[no_eq]`).
|
||||||
type Revisions;
|
type Revisions;
|
||||||
|
|
||||||
fn id_fields(fields: &Self::Fields) -> impl Hash;
|
fn id_fields(fields: &Self::Fields) -> impl Hash;
|
||||||
|
|
Loading…
Reference in a new issue