Trait ubend::IntoPipeSetup[][src]

pub trait IntoPipeSetup {
    fn into_pipe_setup(self, mode: Mode) -> PipeSetup;
}

Required Methods

Implementations on Foreign Types

impl<'a> IntoPipeSetup for &'a str
[src]

impl<'a> IntoPipeSetup for &'a String
[src]

impl IntoPipeSetup for File
[src]

Implementors