pull/206/head
Chip Senkbeil 11 months ago
parent 5753e5ebd5
commit 78eab4952e
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -11,7 +11,7 @@ use super::ServerRef;
/// Reference to a windows pipe server instance.
pub struct WindowsPipeServerRef {
pub(crate) addr: OsString,
pub(crate) inner: Box<dyn ServerRef>,
pub(crate) inner: ServerRef,
}
impl WindowsPipeServerRef {

Loading…
Cancel
Save