pub type ApprovalResolver = Arc<dyn Fn(&ApprovalRequest<'_>) -> ApprovalDecision + Send + Sync>;Available on crate feature
http only.Expand description
How the host makes the RFC 6749 s10.12 approval decision. See
ServiceBuilder::with_approval_resolver.
Aliased Typeยง
pub struct ApprovalResolver { /* private fields */ }