Skip to main content

FaceMatchPrinter

Trait FaceMatchPrinter 

Source
pub trait FaceMatchPrinter {
    // Required method
    fn print(&self);
}
Expand description

Helper trait to print summaries of face matches.

Required Methods§

Source

fn print(&self)

Implementations on Foreign Types§

Source§

impl FaceMatchPrinter for Vec<FaceMatch>

Source§

fn print(&self)

Source§

impl FaceMatchPrinter for [FaceMatch]

Source§

fn print(&self)

Implementors§