usesuper::landmarks::FaceLandmarks;usecrate::geometry::Rectangle;usecrate::matrix::ImageMatrix;pubtraitLandmarkPredictorTrait{/// Detect face landmarks.
////// This will generally always return the number of landmarks as defined by the model.
fnface_landmarks(&self, image:&ImageMatrix, rect:&Rectangle)-> FaceLandmarks;}