Trait PipeWrite

Source
pub trait PipeWrite: AsyncWrite { }

Implementors§

Source§

impl<R, W: AsyncWrite> PipeWrite for Pipe<R, W>