Patches

Type Alias Patches 

Source
pub type Patches<T> = Vec<Patch<T>>;

Aliased Typeยง

pub struct Patches<T> { /* private fields */ }