Type Alias Edge

Source
pub type Edge = Box<dyn EdgeTrait>;

Aliased Typeยง

struct Edge(/* private fields */);