rs.impl (119B)
1 } 2 3 impl ErrorCode { 4 pub fn metadata(&self) -> (u16, &'static str) { 5 use ErrorCode::*; 6 match self {