[][src]Struct termcolor::BufferedStandardStream

pub struct BufferedStandardStream { /* fields omitted */ }

Like StandardStream, but does buffered writing.

Methods

impl BufferedStandardStream
[src]

Important traits for BufferedStandardStream

Create a new BufferedStandardStream with the given color preferences that writes to standard output via a buffered writer.

On Windows, if coloring is desired and a Windows console could not be found, then ANSI escape sequences are used instead.

The specific color/style settings can be configured when writing via the WriteColor trait.

Important traits for BufferedStandardStream

Create a new BufferedStandardStream with the given color preferences that writes to standard error via a buffered writer.

On Windows, if coloring is desired and a Windows console could not be found, then ANSI escape sequences are used instead.

The specific color/style settings can be configured when writing via the WriteColor trait.

Trait Implementations

impl WriteColor for BufferedStandardStream
[src]

impl Write for BufferedStandardStream
[src]

Attempts to write an entire buffer into this write. Read more

Writes a formatted string into this writer, returning any error encountered. Read more

Creates a "by reference" adaptor for this instance of Write. Read more

Auto Trait Implementations

impl Send for BufferedStandardStream

impl Sync for BufferedStandardStream

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]