rust_wheel 0.1.16

A project to define some public component.
Documentation
1
2
3
4
5
pub trait ErrorResponse {
    fn error_code_en(&self) -> &str;
    fn error_code(&self) -> &str;
    fn error_message(&self) -> &str;
}