Function from_file

Source
pub fn from_file<P1: AsRef<Path>, P2: AsRef<Path>>(
    input: P1,
    output: P2,
    buffer_support: bool,
) -> Result<(), Box<dyn Error>>