Enum ldscript_parser::Command
[−]
[src]
pub enum Command {
Call {
name: String,
arguments: Vec<Expression>,
},
Include {
file: String,
},
}Variants
CallFields of Call
name: String | |
arguments: Vec<Expression> |
IncludeFields of Include
file: String |