syn::parse

Type Alias ParseStream

Source
pub type ParseStream<'a> = &'a ParseBuffer<'a>;
Available on crate feature parsing only.
Expand description

Input to a Syn parser function.

See the methods of this type under the documentation of ParseBuffer. For an overview of parsing in Syn, refer to the module documentation.

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 8 bytes