[][src]Trait shh::Create

pub trait Create {
    fn create_files() -> Result<(File, File)>;
}

Trait which can create a read and write pipe as files.

Required methods

fn create_files() -> Result<(File, File)>

Create the read and write handles, taking ownership with File. Return in (read_file, write_file)

Loading content...

Implementors

Loading content...