Struct rustdoc::html::render::IndexItemFunctionType[][src]

struct IndexItemFunctionType {
    inputs: Vec<Type>,
    output: Option<Type>,
}

Full type of functions/methods in the search index.

Fields

Trait Implementations

impl Debug for IndexItemFunctionType
[src]

Formats the value using the given formatter. Read more

impl ToJson for IndexItemFunctionType
[src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Converts the value of self to an instance of JSON

Auto Trait Implementations

impl Send for IndexItemFunctionType

impl Sync for IndexItemFunctionType