Struct rustdoc::html::layout::PageUnstable [-] [+] [src]

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

Fields

title
ty
root_path
description
keywords