/// Sometimes an error can be missing external context. For example, when trying
/// to read a `Lines` struct, the function may not know what the file or stream
/// was that was the source of the `Lines`. In thic case, it'll report a missing
/// context. Invoking `more_context` on the result or the error allows
/// additional context to be filled in by the calling function