Skip to main content

TransformFuture

Type Alias TransformFuture 

Source
pub type TransformFuture<'a> = Pin<Box<dyn Future<Output = ()> + Send + 'a>>;
Expand description

Boxed future type for transformer operations, enabling async transformers.

Aliased Typeยง

pub struct TransformFuture<'a> { /* private fields */ }