Type Alias rustc_graphviz::Nodes
source · pub type Nodes<'a, N> = Cow<'a, [N]>;
Aliased Type§
enum Nodes<'a, N> {
Borrowed(&'a [N]),
Owned(<[N] as ToOwned>::Owned),
}
Variants§
Trait Implementations§
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.