Type Alias FilePatch

Source
pub type FilePatch = Patch<FileEvent>;
Expand description

Patch of file events.

Aliased Typeยง

pub struct FilePatch(/* private fields */);