pub fn eprint_bytes<T>(value: &T)where
    T: ToBytes + ?Sized,
Expand description

Prints a value to the standard error stream.

This function is similar to eprint! but does not take a format parameter.

For more information, see the module-level documentation.

Panics

Panics if writing to the stream fails.