Type Alias Diff

Source
pub type Diff<Lhs, Rhs> = DifferenceNet<Lhs, Rhs>;
Available on crate feature postgres_backend only.

Aliased Typeยง

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