Struct plugger_types::ty::Type [] [src]

pub struct Type {
    pub name: String,
    pub size: usize,
}

Fields

name: String size: usize