Struct rustdoc::html::format::WhereClause [] [src]

pub struct WhereClause<'a>(pub &'a Generics, pub usize);
🔬 This is a nightly-only experimental API. (rustdoc)

Wrapper struct for emitting a where clause from Generics.

Trait Implementations

impl<'a> Display for WhereClause<'a>
[src]

Formats the value using the given formatter. Read more