Trait cairo_lang_semantic::db::Elongate
source · pub trait Elongate {
// Required method
fn elongate(&self) -> &(dyn SemanticGroup + 'static);
}Expand description
Helper trait to make sure we can always get a dyn SemanticGroup + 'static from a
SemanticGroup.