FpMatchCb

Type Alias FpMatchCb 

Source
pub type FpMatchCb<T> = fn(&FpDevice, Option<FpPrint>, FpPrint, Option<GError>, &Option<T>);
Expand description

This type represents the callback function for the FpDevice::verify and FpDevice::identify implementations and will be called when a print is matched.