1 2 3 4
pub(crate) mod detect { pub(crate) fn poll_active() -> (u32, String) { (0, String::new()) } }