Struct syntex_syntax::print::pprust::NoAnn
[−]
[src]
pub struct NoAnn;
Trait Implementations
impl PpAnn for NoAnn
[src]
fn pre(&self, _state: &mut State, _node: AnnNode) -> Result<()>
fn post(&self, _state: &mut State, _node: AnnNode) -> Result<()>
Derived Implementations
impl Clone for NoAnn
[src]
fn clone(&self) -> NoAnn
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more