Struct aster::constant::Const [] [src]

pub struct Const {
    pub ty: P<Ty>,
    pub expr: Option<P<Expr>>,
}

Fields

ty
expr