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

pub struct GenericBounds<'a>(pub &'a [GenericBound]);

Wrapper struct for emitting type parameter bounds.

Trait Implementations

impl<'a> Display for GenericBounds<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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