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