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

pub struct Stability<'a>(pub &'a Option<Stability>);

Wrapper struct for properly emitting the stability level.

Trait Implementations

impl<'a> Display for Stability<'a>

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