Struct cairo_lang_syntax::node::db::SyntaxDatabase
source · pub struct SyntaxDatabase {}
Expand description
Representative struct for the query group.
Trait Implementations§
source§impl QueryGroup for SyntaxDatabase
impl QueryGroup for SyntaxDatabase
§type DynDb = dyn SyntaxGroup + 'static
type DynDb = dyn SyntaxGroup + 'static
Dyn version of the associated database trait.