[][src]Type Definition mysql_async::BoxFuture

type BoxFuture<T> = Pin<Box<dyn Future<Output = Result<T, Error>> + Send + 'static>>;