Type Alias bluer::agent::AuthorizeServiceFn

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

Function handling an authorize service request.

Aliased Type§

struct AuthorizeServiceFn(/* private fields */);