Struct ring::test::File [−][src]
pub struct File<'a> {
pub file_name: &'a str,
pub contents: &'a str,
}Expand description
A test input file.
Fields
file_name: &'a strThe name (path) of the file.
contents: &'a strThe contents of the file.