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