Trait btlib::error::DisplayErr
source · pub trait DisplayErr<T> {
// Required method
fn display_err(self) -> Result<T>;
}
Required Methods§
sourcefn display_err(self) -> Result<T>
fn display_err(self) -> Result<T>
Uses the Display
trait to convert the error in a Result
to a string.