Function record_output_str

Source
pub fn record_output_str(val: &str) -> Result<(), Error>
Expand description

Records a string to the output.

ยงErrors

Returns an error if the write fails.