Struct rustc_data_structures::graph::iterate::Event [−][src]
struct Event<N> {
node: N,
becomes: NodeStatus,
}
Fields
node: N
becomes: NodeStatus
Auto Trait Implementations
impl<N> RefUnwindSafe for Event<N> where
N: RefUnwindSafe,
impl<N> UnwindSafe for Event<N> where
N: 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.