Searched refs:exec_simple (Results 1 – 1 of 1) sorted by relevance
25 ServiceType::Simple => return Self::exec_simple(service), in exec()34 pub fn exec_simple(service: &mut ServiceUnit) -> Result<(), RuntimeError> { in exec_simple() method