[][src]Function print_bytes::eprint_bytes

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

Prints a value to the standard error stream.

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

For more information, see the module-level documentation.

Panics

Panics if writing to the stream fails.