pub fn extract_param<'a, T: FromContext<'a>>( m: &Map<String, Value>, k: &str, s: &'a InnerAppState, default: impl FnOnce() -> Option<T>, ) -> Result<T, String>
Try to extract function args (used in macro)