Struct cpp_to_rust_common::file_utils::FileWrapper [] [src]

pub struct FileWrapper { /* fields omitted */ }

A wrapper over std::fs::File containing ths file's path.

Methods

impl FileWrapper
[src]

Read content of the file to a string

Write text to the file

Returns underlying std::fs::File