Struct rustdoc::html::render::Type [−][src]
A type used for the search index.
Fields
name: Option<String>
generics: Option<Vec<String>>
Trait Implementations
impl Debug for Type[src]
impl Debug for Typefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ToJson for Type[src]
impl ToJson for Type