Struct ExprConst

docs.rs

pub struct ExprConst {
    pub attrs: Vec<Attribute>,
    pub const_token: Const,
    pub block: Block,
}