Module ra_ap_tt::buffer[][src]

Expand description

Stateful iteration over token trees.

We use this as the source of tokens for parser.

Structs

Cursor

A safe version of Cursor from syn crate https://github.com/dtolnay/syn/blob/6533607f91686545cb034d2838beea338d9d0742/src/buffer.rs#L125

TokenBuffer

A token tree buffer The safe version of syn TokenBuffer

Enums

TokenTreeRef