Struct rustc_hir::intravisit::ParDeepVisitor [−][src]
pub struct ParDeepVisitor<V>(pub V);
Tuple Fields
0: V
Trait Implementations
Auto Trait Implementations
impl<V> RefUnwindSafe for ParDeepVisitor<V> where
V: RefUnwindSafe,
impl<V> Send for ParDeepVisitor<V> where
V: Send,
impl<V> Sync for ParDeepVisitor<V> where
V: Sync,
impl<V> Unpin for ParDeepVisitor<V> where
V: Unpin,
impl<V> UnwindSafe for ParDeepVisitor<V> where
V: UnwindSafe,
Blanket Implementations
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.