[][src]Function print_bytes::eprintln_bytes

pub fn eprintln_bytes<TValue: ?Sized>(value: &TValue) where
    TValue: ToBytes

Prints a value to the standard error stream, followed by a newline.

This function is similar to eprintln!, but it does not take a format parameter. A line feed (\n) is still used for the newline, with no additional carriage return (\r) printed.

For more information, see the module-level documentation.

Panics

Panics if writing to the stream fails.