pub fn set_line_values(lf: &File, vals: &LineValues) -> Result<()>Expand description
Set the values of requested lines.
lf- The request file returned byget_line_handle.vals- The line values to be set.
pub fn set_line_values(lf: &File, vals: &LineValues) -> Result<()>Set the values of requested lines.
lf - The request file returned by get_line_handle.vals - The line values to be set.