context

Function context 

Source
pub fn context(e: Error, context: impl Display) -> Error
Expand description

Attach a message to this io::Error.

This is provided as a free function to not conflict with anyhow::Context