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

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

Wrapper struct for emitting type parameter bounds.

Trait Implementations

impl<'a> Show for TyParamBounds<'a>

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