Struct windows_named_pipe::PipeListener [] [src]

pub struct PipeListener<'a> { /* fields omitted */ }

Methods

impl<'a> PipeListener<'a>
[src]

Trait Implementations

impl<'a> Debug for PipeListener<'a>
[src]

Formats the value using the given formatter.

impl<'a, 'b> IntoIterator for &'a mut PipeListener<'b>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more