Function read_from_files

Source
pub fn read_from_files<T: AsRef<str>>(
    files: &[T],
    logical_eof: Option<&str>,
) -> Result<Vec<String>, String>
Expand description

Convert Vec into a slice of &str in Rust: https://stackoverflow.com/a/41180422/11397457