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

pub struct TyParamBounds<'a>(pub &'a [TyParamBound]);
Unstable (rustdoc)

Wrapper struct for emitting type parameter bounds.

Trait Implementations

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

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

Formats the value using the given formatter.