[][src]Function asciimoji::search_name

pub fn search_name<'a>(
    asciimojis: &'a Vec<Asciimoji>,
    name: &String
) -> Vec<&'a String>

This function search in the Vec the name of of the asciimoji to show. It returns a Vec of String in case multiple asccimojis have that name.