Struct rustfmt_nightly::syntux::parser::Parser [−][src]
pub(crate) struct Parser<'a> {
parser: RawParser<'a>,
}
Expand description
A parser for Rust source code.
Fields
parser: RawParser<'a>
Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Parser<'a>
impl<'a> !UnwindSafe for Parser<'a>
Blanket Implementations
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: 328 bytes