pub type InnerHandler = Arc<dyn Fn(String, HashMap<String, String>) -> Pin<Box<dyn Future<Output = Result<PaywallResponse, Error>> + Send>> + Send + Sync>;Expand description
Async handler signature: receives (path, headers) and returns a response.
Aliased Typeยง
pub struct InnerHandler { /* private fields */ }