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]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for TyParamBounds<'a>

impl<'a> !Sync for TyParamBounds<'a>