[][src]Function print_bytes::print_bytes

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

Prints a value to the standard output stream.

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

For more information, see the module-level documentation.

Panics

Panics if writing to the stream fails.