pub type MatcherResult = Option<(String, String, f32)>;
Confidence score for emoji matches
pub enum MatcherResult { None, Some((String, String, f32)), }
No value.
Some value of type T.
T