Diff

Type Alias Diff 

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

Aliased Typeยง

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