Skip to main content

ChangeSet

Type Alias ChangeSet 

Source
pub type ChangeSet<T, S, B> = DiffSetBuilder<ChangesetFormat, T, S, B>;
Expand description

Type alias for building changesets.

Aliased Typeยง

pub struct ChangeSet<T, S, B> { /* private fields */ }