Type Alias bluer::agent::RequestPinCodeFn

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

Function handling a pin code request.

Aliased Type§

struct RequestPinCodeFn(/* private fields */);