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.
pub trait Elongate {
// Required method
fn elongate(&self) -> &(dyn SemanticGroup + 'static);
}
Helper trait to make sure we can always get a dyn SemanticGroup + 'static
from a
SemanticGroup.