[][src]Type Definition amiya::middleware::BoxedResultFut

type BoxedResultFut<'x> = Pin<Box<dyn Future<Output = Result> + Send + 'x>>;