rustc_graphviz

Type Alias 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§

§

Borrowed(&'a [E])

Borrowed data.

§

Owned(<[E] as ToOwned>::Owned)

Owned data.

Layout§

Note: Encountered an error during type layout; the type failed to be normalized.