Skip to main content

install_admin_module_refresh_fn

Function install_admin_module_refresh_fn 

Source
pub fn install_admin_module_refresh_fn<F, Fut>(refresh: F)
where F: Fn() -> Fut + Send + Sync + 'static, Fut: Future<Output = AppResult<Vec<AdminModule>>> + Send + 'static,