Changed error

This commit is contained in:
Dominik Werder
2024-12-06 13:36:21 +01:00
parent b548869490
commit 6368003376

View File

@@ -15,7 +15,7 @@ use std::pin::Pin;
#[derive(Debug, thiserror::Error)]
#[cstm(name = "PlainEventsStream")]
pub enum Error {
Netpod(#[from] netpod::NetpodError),
Netpod(#[from] netpod::Error),
TcpRawClient(#[from] crate::tcprawclient::Error),
}