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