Skip to main content

kea_lifecycle/cmd/detector/
error.rs

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