Struct futures_await_synom::cursor::SynomBuffer [] [src]

pub struct SynomBuffer { /* fields omitted */ }

A buffer of data which contains a structured representation of the input TokenStream object.

Methods

impl SynomBuffer
[src]

[src]

Create a new SynomBuffer, which contains the data from the given TokenStream.

[src]

Create a cursor referencing the first token in the input.

Trait Implementations

impl Debug for SynomBuffer
[src]

[src]

Formats the value using the given formatter.