Trait debian_analyzer::editor::MutableTreeEdit
source · pub trait MutableTreeEdit {
// Required method
fn edit_file<P: Marshallable>(
&self,
path: &Path,
allow_generated: bool,
allow_reformatting: bool,
) -> Result<TreeEditor<'_, P>, EditorError>;
}Required Methods§
fn edit_file<P: Marshallable>( &self, path: &Path, allow_generated: bool, allow_reformatting: bool, ) -> Result<TreeEditor<'_, P>, EditorError>
Object Safety§
This trait is not object safe.