[][src]Type Definition mysql_async::BoxFuture

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