pub trait Modifier:
Debug
+ Sync
+ Send {
// Required methods
fn modifier_pattern(&self) -> &ModifierPattern;
fn modifier_pattern_regex(&self) -> &Regex;
// Provided method
fn incompatible_modifiers(&self) -> &ModifiersBucket { ... }
}
Expand description
Modifier
is the component to identify a NMD modifier, which will be replaced using particular rule indicated by Codex