1impl From<httpdate::Error> for crate::Error { 2 fn from(_: httpdate::Error) -> Self { 3 Self::BadHttpTime 4 } 5}