[][src]Type Definition btleplug::api::Callback

type Callback<T> = Box<dyn Fn(Result<T>) + Send>;