Build the query vtable directly.

This commit is contained in:
Camille GILLOT 2021-10-17 17:37:20 +02:00
parent 55ccbd090d
commit 7c0920f5fb
7 changed files with 67 additions and 120 deletions

View file

@ -12,7 +12,7 @@ pub use self::caches::{
};
mod config;
pub use self::config::{QueryAccessors, QueryConfig, QueryDescription};
pub use self::config::{QueryConfig, QueryDescription, QueryVtable};
use crate::dep_graph::{DepNodeIndex, HasDepContext, SerializedDepNodeIndex};