pub trait JsonError {
    fn to_string(self) -> String;
}

Required Methods

Implementors