Type Alias MatcherResult

Source
pub type MatcherResult = Option<(String, String)>;
Expand description

Return type for emoji matches

Aliased Type§

pub enum MatcherResult {
    None,
    Some((String, String)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some((String, String))

Some value of type T.