pub type Statement = Statement<Variable>;
Aliased Type§
pub struct Statement {
pub parts: Vec<Variable>,
}
Fields§
§parts: Vec<Variable>
pub type Statement = Statement<Variable>;
pub struct Statement {
pub parts: Vec<Variable>,
}
parts: Vec<Variable>