Searched defs:IntoInnerError (Results 1 – 1 of 1) sorted by relevance
48 pub struct IntoInnerError<W>(W, Error); struct50 impl<W> IntoInnerError<W> { implementation184 impl<W: Send + fmt::Debug> error::Error for IntoInnerError<W> { implementation192 impl<W> fmt::Display for IntoInnerError<W> { implementation