Trait mailpot::StripCarets

source ·
pub trait StripCarets {
    // Required method
    fn strip_carets(&self) -> &str;
}
Expand description

Trait for stripping carets (‘<’,‘>’) from Message IDs.

Required Methods§

source

fn strip_carets(&self) -> &str

If self is surrounded by carets, strip them.

Implementations on Foreign Types§

source§

impl StripCarets for &str

Implementors§