doc: Oversight when integrating winpipe

This commit is contained in:
Lorenz Leutgeb 2025-08-25 10:10:52 +02:00
parent a4d83ec8d2
commit c5b99db101
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ impl From<service::Error> for Error {
} }
} }
/// Wraps a [`UnixListener`] but tracks its origin. /// Wraps a [`Listener`] but tracks its origin.
pub enum ControlSocket { pub enum ControlSocket {
/// The listener was created by binding to it. /// The listener was created by binding to it.
Bound(Listener, PathBuf), Bound(Listener, PathBuf),