Skip to main content

PatchSet

Type Alias PatchSet 

Source
pub type PatchSet<T, S, B> = DiffSetBuilder<PatchsetFormat, T, S, B>;
Expand description

Type alias for building patchsets.

Aliased Typeยง

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