Struct rustdoc::html::format::WhereClauseUnstable [-] [+] [src]

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

Wrapper struct for emitting a where clause from Generics.

Trait Implementations

impl<'a> Display for WhereClause<'a>

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