pub type AsyncTransformFuture<'a> = Pin<Box<dyn Future<Output = Option<CompactionReport>> + Send + 'a>>;Expand description
A boxed future returned by an AsyncContextTransformer.
Aliased Typeยง
pub struct AsyncTransformFuture<'a> { /* private fields */ }