Struct rustdoc::html::layout::Page[src]

pub struct Page<'a> {
    pub title: &'a str,
    pub ty: &'a str,
    pub root_path: &'a str,
}

Fields

title
ty
root_path