Type Alias OutputHandle

Source
pub type OutputHandle<'a, T, D, P> = OutputHandleCore<'a, T, Vec<D>, P>;
Expand description

Handle specialized to Vec-based container.

Aliased Typeยง

pub struct OutputHandle<'a, T, D, P> { /* private fields */ }