[][src]Type Definition ntex::service::boxed::BoxFuture

type BoxFuture<I, E> = Pin<Box<dyn Future<Output = Result<I, E>> + 'static>>;