pub fn remove_from_file(
file_path: &str,
before_version: Option<&str>,
remove_all: bool,
write: bool,
current_version: Option<&str>,
) -> Result<(usize, String)>Expand description
Remove functions from a file - entry point from main