Skip to main content

IcechunkBoxFuture

Type Alias IcechunkBoxFuture 

Source
pub type IcechunkBoxFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;

Aliased Typeยง

pub struct IcechunkBoxFuture<'a, T> { /* private fields */ }