Searched defs:IntoInnerError (Results 1 – 6 of 6) sorted by relevance
294 pub struct IntoInnerError<W> { struct299 impl<W> IntoInnerError<W> { argument333 impl<W: std::any::Any> StdError for IntoInnerError<W> {} implementation335 impl<W> fmt::Display for IntoInnerError<W> { implementation341 impl<W> fmt::Debug for IntoInnerError<W> { implementation
48 pub struct IntoInnerError<W>(W, Error); struct50 impl<W> IntoInnerError<W> { impl184 impl<W: Send + fmt::Debug> error::Error for IntoInnerError<W> { implementation192 impl<W> fmt::Display for IntoInnerError<W> { implementation
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