Enum syntax::parse::parser::LhsExpr [] [src]

pub enum LhsExpr {
    NotYetParsed,
    AttributesParsed(ThinVec<Attribute>),
    AlreadyParsed(P<Expr>),
}
🔬 This is a nightly-only experimental API. (rustc_private)

Variants

🔬 This is a nightly-only experimental API. (rustc_private)
🔬 This is a nightly-only experimental API. (rustc_private)
🔬 This is a nightly-only experimental API. (rustc_private)

Trait Implementations

impl From<Option<ThinVec<Attribute>>> for LhsExpr
[src]

Performs the conversion.

impl From<P<Expr>> for LhsExpr
[src]

Performs the conversion.