Struct ring::test::File [−][src]
A test input file.
Fields
file_name: &'a str
The name (path) of the file.
contents: &'a str
The contents of the file.
A test input file.
file_name: &'a str
The name (path) of the file.
contents: &'a str
The contents of the file.
impl<'a> RefUnwindSafe for File<'a>
impl<'a> Send for File<'a>
impl<'a> Sync for File<'a>
impl<'a> Unpin for File<'a>
impl<'a> UnwindSafe for File<'a>