ConstAssertStatement

Type Alias ConstAssertStatement 

Source
pub type ConstAssertStatement = ConstAssert;

Aliased Type§

pub struct ConstAssertStatement {
    pub attributes: Vec<Spanned<Attribute>>,
    pub expression: Spanned<Expression>,
}

Fields§

§attributes: Vec<Spanned<Attribute>>
Available on crate feature attributes only.
§expression: Spanned<Expression>