1 2 3 4 5 6 7
use super::{QHmiStatus, I, Q, S}; pub fn logic(_input: &I, _stat: &mut S) -> Q { Q { hmi_status: QHmiStatus {}, } }