Struct tabwriter::IntoInnerError [] [src]

pub struct IntoInnerError<W>(_, _);

An error returned by into_inner.

This combines the error that happened while flushing the buffer with the TabWriter itself.

Methods

impl<W> IntoInnerError<W>
[src]

Returns the error which caused the into_error() call to fail.

Returns the TabWriter instance which generated the error.

Trait Implementations

impl<W: Send + Debug> Debug for IntoInnerError<W>
[src]

Formats the value using the given formatter.

impl<W> Display for IntoInnerError<W>
[src]

Formats the value using the given formatter.

impl<W: Send + Debug> Error for IntoInnerError<W>
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more