pub fn edit_control<'a>(
tree: &WorkingTree,
subpath: &Path,
) -> Result<Box<dyn AbstractControlEditor + 'a>, EditorError>Expand description
Open a control file for editing.
pub fn edit_control<'a>(
tree: &WorkingTree,
subpath: &Path,
) -> Result<Box<dyn AbstractControlEditor + 'a>, EditorError>Open a control file for editing.