Closed ranile closed 1 year ago
https://github.com/pimeys/rust-web-push/blob/c5a8e1250b3fc85c5005dcb321e01ba4253b584d/src/message.rs#L113-L121
This function is infallible and thus should not return a result.
nice catch. We should change this and push the breaking change on the next semver bump
https://github.com/pimeys/rust-web-push/blob/c5a8e1250b3fc85c5005dcb321e01ba4253b584d/src/message.rs#L113-L121
This function is infallible and thus should not return a result.