1 2 3 4
pub type Result<T> = std::result::Result<T, DetectorError>; #[derive(thiserror::Error, Debug)] pub enum DetectorError {}