Finds the first group that satisfies a predicate.
impl Information { fn find_by<F>(pred: F) -> Result<Information, Errno> where F: Fn(&Info) -> bool, }
The predicate.