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

pub struct WhereClause<'a>(pub &'a Generics);
Unstable (rustdoc)

Wrapper struct for emitting a where clause from Generics.

Trait Implementations

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

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.