Type Definition mysql_async::BoxFuture [] [src]

type BoxFuture<T> = Box<Future<Item = T, Error = Error>>;