Struct ring::test::File [−][src]
A test input file.
Fields
file_name: &'a strThe name (path) of the file.
contents: &'a strThe contents of the file.
Auto Trait Implementations
impl<'a> RefUnwindSafe for File<'a>
impl<'a> RefUnwindSafe for File<'a>impl<'a> UnwindSafe for File<'a>
impl<'a> UnwindSafe for File<'a>