Consume the error and return the boxed source, if any.
(self)
| 213 | |
| 214 | /// Consume the error and return the boxed source, if any. |
| 215 | pub fn into_source(self) -> Option<Box<dyn StdError + Send + Sync + 'static>> { |
| 216 | self.source |
| 217 | } |
| 218 | } |
| 219 | |
| 220 | impl Display for BlockError { |