Type Definition test_files::Result[][src]

pub type Result<T, E = TestFilesError> = Result<T, E>;