Function write_stream
Source pub fn write_stream<W>(
writer: &mut W,
param_struct: &ParamStruct,
) -> Result<(), Error>
Expand description
Attempts to write a param file into the given writer (requires Seek).
Returns nothing if successful, otherwise an Error.