Skip to main content

AsyncMethod

Type Alias AsyncMethod 

Source
pub type AsyncMethod = fn(&mut HashMap<String, Option<String>>) -> Pin<Box<dyn Future<Output = Result<()>>>>;