pub type FpEnrollProgress<T> = fn(&FpDevice, i32, Option<FpPrint>, Option<GError>, &Option<T>);Expand description
This type represents the callback function for the FpDevice::enroll implementation and will be called for each stage of the enrollment process.