pub fn install_entry(
entry: &Entry,
target: &InstallTarget,
ctx: &InstallCtx<'_>,
) -> Result<(), SkillfileError>Expand description
Returns Err(PatchConflict) if a stored patch fails to apply cleanly.
pub fn install_entry(
entry: &Entry,
target: &InstallTarget,
ctx: &InstallCtx<'_>,
) -> Result<(), SkillfileError>Returns Err(PatchConflict) if a stored patch fails to apply cleanly.