| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/FerrLabs/FerrFlow/main/src/error_code.rs | [Back] [Original] |
use std::fmt;
#[derive(Debug, Clone, Copy)]
pub struct ErrorCode(pub u16);
impl fmt::Display for ErrorCode {
fn fmt(&self, f: &mut fmt::Formatter
| Web Proxy Viewer | New URL | Original Page |