Struct apollo_compiler::database::AstStorage
source · pub struct AstStorage {}
Expand description
Representative struct for the query group.
Trait Implementations§
source§impl HasQueryGroup<AstStorage> for RootDatabase
impl HasQueryGroup<AstStorage> for RootDatabase
source§fn group_storage(&self) -> &<AstStorage as QueryGroup>::GroupStorage
fn group_storage(&self) -> &<AstStorage as QueryGroup>::GroupStorage
Access the group storage struct from the database.
source§impl QueryGroup for AstStorage
impl QueryGroup for AstStorage
§type DynDb = dyn AstDatabase + 'static
type DynDb = dyn AstDatabase + 'static
Dyn version of the associated database trait.