Struct rustdoc::html::format::TyParamBounds [−][src]
pub struct TyParamBounds<'a>(pub &'a [TyParamBound]);
Wrapper struct for emitting type parameter bounds.
Trait Implementations
impl<'a> Display for TyParamBounds<'a>[src]
impl<'a> Display for TyParamBounds<'a>Auto Trait Implementations
impl<'a> !Send for TyParamBounds<'a>
impl<'a> !Send for TyParamBounds<'a>impl<'a> !Sync for TyParamBounds<'a>
impl<'a> !Sync for TyParamBounds<'a>