Type Definition mysql_async::BoxFuture

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