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.