Trait rustc::middle::astencode::write_tag_and_id[src]

trait write_tag_and_id {
    fn tag(&mut self, tag_id: astencode_tag, f: |&mut Self|);
    fn id(&mut self, id: NodeId);
}

Required Methods

fn tag(&mut self, tag_id: astencode_tag, f: |&mut Self|)

fn id(&mut self, id: NodeId)

Implementors