1 2 3 4 5
// Copyright © 2016, Peter Atashian // Licensed under the MIT License <LICENSE.md> use handle::{Handle}; pub struct NamedPipe(Handle);