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

pub struct TyParamBounds<'a>(pub &'a [TyParamBound]);
🔬 This is a nightly-only experimental API. (rustdoc)

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