Enum artifact_app::user::PathDiff [] [src]

pub enum PathDiff {
    DoesNotExist,
    NotUtf8,
    Changeset(Changeset),
    None,
}

used for finding the difference between files in a project

Variants