Trait ErrorFormatter

trait ErrorFormatter: Sized

Defines how to format an error for displaying to the user

Required Methods

fn format_error(error: &Error<Self>) -> StyledStr

Stylize the error for the terminal

Implementors