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]
pub fn error(&self) -> &Error
[src]
Returns the error which caused the into_error()
call to fail.
pub fn into_inner(self) -> W
[src]
Returns the TabWriter
instance which generated the error.
Trait Implementations
impl<W> Debug for IntoInnerError<W>
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl<W> Display for IntoInnerError<W>
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more