Struct rustdoc::html::layout::Page [−][src]
pub struct Page<'a> {
pub title: &'a str,
pub css_class: &'a str,
pub root_path: &'a str,
pub description: &'a str,
pub keywords: &'a str,
pub resource_suffix: &'a str,
}Fields
title: &'a str
css_class: &'a str
root_path: &'a str
description: &'a str
keywords: &'a str
resource_suffix: &'a str