pub type Edges<'a, E> = Cow<'a, [E]>;
Aliased Type§
pub enum Edges<'a, E> {
Borrowed(&'a [E]),
Owned(<[E] as ToOwned>::Owned),
}
Variants§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.