Struct syntax::print::pprust::NoAnnExperimental [-]  [+] [src]

pub struct NoAnn;

Trait Implementations

impl PpAnn for NoAnn

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

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

Derived Implementations

impl Copy for NoAnn