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.
1 parent 6a37d27 commit 4269128Copy full SHA for 4269128
payjoin/src/receive/v2/error.rs
@@ -37,10 +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<OhttpEncapsulationError> for Error {
45
fn from(e: OhttpEncapsulationError) -> Self {
46
InternalSessionError::OhttpEncapsulation(e).into()
0 commit comments