Function write_variable_declaration
Source pub fn write_variable_declaration(
writer: &mut impl Write,
model: &Model,
name: VarName,
) -> Result<(), Error>
Expand description
Writes the variable declaration of name
to writer
.
ยงPanics
If name
does not exist.