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