Skip to main content

Diff

Type Alias Diff 

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

Aliased Typeยง

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