pub type InlineDynFuture<'a, O, const S: usize = DEFAULT_SIZE, const A: usize = S> = InlineDyn<dyn Future<Output = O> + 'a, S, A>;

Aliased Type§

struct InlineDynFuture<'a, O, const S: usize = DEFAULT_SIZE, const A: usize = S> { /* private fields */ }