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

pub struct UnsafetySpace(pub Unsafety);

Similarly to VisSpace, this structure is used to render a function style with a space after it.

Methods

impl UnsafetySpace

fn get(&self) -> Unsafety

Trait Implementations

impl Show for UnsafetySpace

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

Derived Implementations

impl Copy for UnsafetySpace