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