pub trait CleanTag {
// Required method
fn clean_tag(self) -> Self;
}
Expand description
Safely parsing tags before processing.
TODO: In the future, CleanTag should be capable of doing more complex tag manipulation also.
Required Methods§
Object Safety§
This trait is not object safe.