[][src]Function print_bytes::eprint_bytes

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

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.