Struct stdcli::term::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]

[src]

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

[src]

Returns the TabWriter instance which generated the error.

Trait Implementations

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

[src]

[src]

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

[src]

Formats the value using the given formatter.

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

[src]

Formats the value using the given formatter. Read more