ThinArcUnion

Type Alias ThinArcUnion 

Source
pub type ThinArcUnion<H1, T1, H2, T2> = ArcUnion<HeaderSlice<H1, T1>, HeaderSlice<H2, T2>>;
Expand description

See ArcUnion. This is a version that works for ThinArcs.

Aliased Typeยง

pub struct ThinArcUnion<H1, T1, H2, T2> { /* private fields */ }