Skip to main content

FmtError

Trait FmtError 

Source
pub trait FmtError {
    // Required method
    fn fmt_err(&self, id: &str) -> String;
}

Required Methods§

Source

fn fmt_err(&self, id: &str) -> String

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl FmtError for Error

Source§

fn fmt_err(&self, id: &str) -> String

Implementors§

Source§

impl FmtError for gm_lib::error::Error