Struct aster::constant::Const
[−]
[src]
pub struct Const {
pub ty: P<Ty>,
pub expr: Option<P<Expr>>,
}Fields
ty: P<Ty>
expr: Option<P<Expr>>