pub type ViewFile<'a> = View<'a, NoFile>;
View alias if you don’t want to specify a file.
View
pub struct ViewFile<'a> { /* private fields */ }