mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 21:05:11 +00:00
keep QueryState
private
This commit is contained in:
parent
fcd8e97500
commit
ed92e0f408
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ where
|
||||||
|
|
||||||
/// Defines the "current state" of query's memoized results.
|
/// Defines the "current state" of query's memoized results.
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub enum QueryState<V> {
|
enum QueryState<V> {
|
||||||
/// We are currently computing the result of this query; if we see
|
/// We are currently computing the result of this query; if we see
|
||||||
/// this value in the table, it indeeds a cycle.
|
/// this value in the table, it indeeds a cycle.
|
||||||
InProgress,
|
InProgress,
|
||||||
|
|
Loading…
Reference in a new issue