save
This commit is contained in:
@@ -64,7 +64,7 @@ where
|
||||
/// Error that can occur when multiplexing requests.
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
pub enum MultiplexedSwardError<E> {
|
||||
#[error("{0}")]
|
||||
#[error(transparent)]
|
||||
Inner(E),
|
||||
|
||||
#[error("Semaphore is closed.")]
|
||||
|
||||
Reference in New Issue
Block a user