Struct syntex_syntax::print::pprust::NoAnn [] [src]

pub struct NoAnn;

Trait Implementations

impl PpAnn for NoAnn

fn pre(&self, _state: &mut State, _node: AnnNode) -> Result<()>

fn post(&self, _state: &mut State, _node: AnnNode) -> Result<()>

Derived Implementations

impl Clone for NoAnn

fn clone(&self) -> NoAnn

fn clone_from(&mut self, source: &Self)

impl Copy for NoAnn