pub trait TFeatureBuilderWord {
// Required methods
fn with_a(&self, a: Mora) -> FeatureBuilder;
fn without_a(&self) -> FeatureBuilder;
}pub trait TFeatureBuilderWord {
// Required methods
fn with_a(&self, a: Mora) -> FeatureBuilder;
fn without_a(&self) -> FeatureBuilder;
}