Struct cmacros::ConstDecl [] [src]

pub struct ConstDecl {
    pub name: String,
    pub type_name: String,
    pub expr: String,
}

Attributes for a Rust constant definition

Fields