pub trait SampleDataRefImageExt { // Required method fn load_opencv_mat(&self) -> Result<Option<Mat>>; }