Home
last modified time | relevance | path

Searched defs:IntoInnerError (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/csv/src/
Derror.rs294 pub struct IntoInnerError<W> { struct
299 impl<W> IntoInnerError<W> { impl
324 impl<W: std::any::Any> StdError for IntoInnerError<W> {} implementation
326 impl<W> fmt::Display for IntoInnerError<W> { implementation
332 impl<W> fmt::Debug for IntoInnerError<W> { implementation