pub fn read_file<O0: Into<Output>>( filename: O0, scope: &mut Scope ) -> Result<Operation>
Shorthand for ReadFile::new().build(filename, scope).
ReadFile::new().build(filename, scope)