pub type AsmModule = SerdeModule;

Aliased Type§

struct AsmModule {
    pub name: String,
    pub structs: Vec<SerdeStruct>,
    pub functions: Vec<SerdeFunction>,
}

Fields§

§name: String§structs: Vec<SerdeStruct>§functions: Vec<SerdeFunction>