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 */ }pub type OutputHandle<'a, T, D, P> = OutputHandleCore<'a, T, Vec<D>, P>;Handle specialized to Vec-based container.
pub struct OutputHandle<'a, T, D, P> { /* private fields */ }