We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f356cd + 4269128 commit ded33f1Copy full SHA for ded33f1
payjoin/src/receive/v2/error.rs
@@ -37,14 +37,6 @@ pub(crate) enum InternalSessionError {
37
UnexpectedStatusCode(http::StatusCode),
38
}
39
40
-impl From<crate::into_url::Error> for SessionError {
41
- fn from(e: crate::into_url::Error) -> Self { InternalSessionError::ParseUrl(e).into() }
42
-}
43
-
44
-impl From<std::time::SystemTime> for Error {
45
- fn from(e: std::time::SystemTime) -> Self { InternalSessionError::Expired(e).into() }
46
47
48
impl From<OhttpEncapsulationError> for Error {
49
fn from(e: OhttpEncapsulationError) -> Self {
50
InternalSessionError::OhttpEncapsulation(e).into()
0 commit comments