primait/positional.rs

Expose PositionalResult instead of Box<dyn Error>

Closed this issue · 0 comments

It would be nice if we could expose the PositionalResult type instead of an opaque error.
The result would be a cleaner API that provides more information for the user.