Trait JsonError

Source
pub trait JsonError {
    // Required method
    fn to_string(self) -> String;
}

Required Methods§

Implementors§