Struct daemonize::Stdio [] [src]

pub struct Stdio { /* fields omitted */ }

Describes what to do with a standard I/O stream for a child process.

Trait Implementations

impl Debug for Stdio
[src]

[src]

Formats the value using the given formatter. Read more

impl From<File> for Stdio
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Stdio

impl Sync for Stdio