[][src]Type Definition scrappy_service::boxed::BoxFuture

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