Struct tabwriter::IntoInnerError [−][src]
pub struct IntoInnerError<W>(_, _);
Expand description
An error returned by into_inner
.
This combines the error that happened while flushing the buffer with the
TabWriter
itself.
Implementations
Returns the TabWriter
instance which generated the error.
Trait Implementations
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
The lower-level source of this error, if any. Read more