Struct swc_graph_analyzer::GraphResult [−][src]
pub struct GraphResult<G> where
G: DepGraph, {
pub all: Vec<G::ModuleId>,
pub graph: FastDiGraphMap<G::ModuleId, ()>,
pub cycles: Vec<Vec<G::ModuleId>>,
// some fields omitted
}
Fields
all: Vec<G::ModuleId>
graph: FastDiGraphMap<G::ModuleId, ()>
cycles: Vec<Vec<G::ModuleId>>
Auto Trait Implementations
impl<G> RefUnwindSafe for GraphResult<G> where
G: RefUnwindSafe,
<G as DepGraph>::ModuleId: RefUnwindSafe,
impl<G> UnwindSafe for GraphResult<G> where
G: UnwindSafe,
<G as DepGraph>::ModuleId: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more