Home
last modified time | relevance | path

Searched refs:exec_one_shot (Results 1 – 1 of 1) sorted by relevance

/DragonReach/src/executor/service_executor/
H A Dmod.rs30 ServiceType::OneShot => return Self::exec_one_shot(service), in exec()
107 fn exec_one_shot(_service: &ServiceUnit) -> Result<(), RuntimeError> { in exec_one_shot() method