This commit is contained in:
2025-09-04 01:21:44 +09:00
parent e4ab06de26
commit 344e383a18
3 changed files with 34 additions and 4 deletions

View File

@@ -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.")]