Struct rustc_ap_rustc_data_structures::graph::implementation::Node [−][src]
pub struct Node<N> { pub data: N, // some fields omitted }
Fields
data: N
Trait Implementations
Auto Trait Implementations
impl<N> RefUnwindSafe for Node<N> where
N: RefUnwindSafe,
impl<N> UnwindSafe for Node<N> where
N: UnwindSafe,