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> Debug for IntoInnerError<W>
[src]

Formats the value using the given formatter. Read more

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

Formats the value using the given formatter. Read more

impl<W: Any> Error for IntoInnerError<W>
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl<W> Send for IntoInnerError<W> where
    W: Send

impl<W> Sync for IntoInnerError<W> where
    W: Sync