Convert enum to string with impl fmt::Display

前端 未结 0 1450
感动是毒
感动是毒 2021-01-12 11:50

Using Rust, I am trying to create an error code enum.

pub enum ErrorCode {
    InvalidUsername,
    InvalidPassword,
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题