Struct rustdoc::html::render::IndexItemFunctionType [−][src]
Full type of functions/methods in the search index.
Fields
inputs: Vec<Type>
output: Option<Type>
Trait Implementations
impl Debug for IndexItemFunctionType[src]
impl Debug for IndexItemFunctionTypefn 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 IndexItemFunctionType[src]
impl ToJson for IndexItemFunctionTypeAuto Trait Implementations
impl Send for IndexItemFunctionType
impl Send for IndexItemFunctionTypeimpl Sync for IndexItemFunctionType
impl Sync for IndexItemFunctionType