pub trait FaceMatchPrinter { // Required method fn print(&self); }
Helper trait to print summaries of face matches.