Trait sxpres::CleanTag

source ·
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§

source

fn clean_tag(self) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl CleanTag for Vec<String>

source§

fn clean_tag(self) -> Self

Implementors§