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§

§1.0.0

Borrowed(&'a [E])

Borrowed data.

§1.0.0

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

Owned data.

Layout§

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