fix(core): import TryFutureExt to access map_ok

This commit is contained in:
Ryan Leckey 2021-01-01 12:40:40 -08:00
parent ac408e9a56
commit 013df5ad9e
No known key found for this signature in database
GPG Key ID: F8AA68C235AB08C9

View File

@ -2,7 +2,7 @@ use std::io;
use actix_rt::net::TcpStream;
use async_compat_02::Compat;
use futures_util::{future::BoxFuture, FutureExt};
use futures_util::{future::BoxFuture, FutureExt, TryFutureExt};
use crate::{AsyncRuntime, Runtime};