find

Function find 

Source
pub fn find<'a>(
    tag: &str,
    players: &'a [impl Player],
) -> Option<&'a impl Player>