[][src]Type Definition async_svc::BoxFut

type BoxFut<Res> = Pin<Box<dyn Future<Output = Res>>>;