Type Alias spring_boot::app::Scheduler

source ·
pub type Scheduler = dyn FnOnce(Arc<App>) -> Box<dyn Future<Output = Result<String>> + Send>;