[][src]Function print_bytes::println_bytes

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

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

This function is similar to println!, 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.