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

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

Wrapper struct for emitting type parameter bounds.

Trait Implementations

impl<'a> Display for TyParamBounds<'a>

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