pub fn validate_edit_plan(
plan: &EditPlan,
limits: PlanLimits,
) -> Result<ValidatedEditPlan<'_>, EditError>Expand description
Validates a frozen edit-plan envelope and its borrowed file/edit contents.
pub fn validate_edit_plan(
plan: &EditPlan,
limits: PlanLimits,
) -> Result<ValidatedEditPlan<'_>, EditError>Validates a frozen edit-plan envelope and its borrowed file/edit contents.