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

pub struct FnStyleSpace(pub FnStyle);

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

Methods

impl FnStyleSpace

fn get(&self) -> FnStyle

Trait Implementations

impl Show for FnStyleSpace

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