1#[derive(Clone, Debug, Eq, PartialEq)] 2pub struct AppError { 3 pub name: String, 4 pub long: String, 5}