Type Alias Diff

Source
pub type Diff<Lhs, Rhs> = DifferenceNet<Lhs, Rhs>;

Aliased Typeยง

struct Diff<Lhs, Rhs>(/* private fields */);