Struct cleaver::fe::ast::Variable
[−]
[src]
pub struct Variable {
pub id: u32,
pub type_: Type,
pub name: String,
}Fields
id: u32
type_: Type
name: String