Type Alias diff_match_patch_rs::dmp::Patches

source ·
pub type Patches<T> = Vec<Patch<T>>;

Aliased Type§

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