pub trait Elongate {
    fn elongate(&self) -> &(dyn SemanticGroup + 'static);
}
Expand description

Helper trait to make sure we can always get a dyn SemanticGroup + 'static from a SemanticGroup.

Required Methods§

Implementors§