pub trait EditorRuleswhere
Self: WordDivideRule + NewlineRule,{ }
Expand description
Trait that implements all editor rule behaviors, a mechanism to allow modification of the library’s behavior at runtime.
pub trait EditorRuleswhere
Self: WordDivideRule + NewlineRule,{ }
Trait that implements all editor rule behaviors, a mechanism to allow modification of the library’s behavior at runtime.