Type Alias MatcherResult

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

Confidence score for emoji matches

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some((String, String, f32))

Some value of type T.