pub type RequestAuthorizationFn = Box<dyn Fn(RequestAuthorization) -> Pin<Box<dyn Future<Output = ReqResult<()>> + Send>> + Send + Sync>;
Available on crate feature bluetoothd only.
Expand description

Function handling an authorization request.

Aliased Type§

struct RequestAuthorizationFn(/* private fields */);