-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The current struct is hard to use with existing Rust syntax like ? or Box<dyn Error>>.
Lines 42 to 47 in 29b8981
| #[derive(Debug)] | |
| pub struct Error { | |
| pub path: Vec<ErrorPathPart>, | |
| pub position: std::io::Result<u64>, | |
| pub kind: ErrorKind, | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels