Struct papyrus::Output[][src]

pub struct Output {
    pub status: ExitStatus,
}

Current output of a process run. Future work to include collected io streams.

Fields

The exit status of running a command.

Auto Trait Implementations

impl Send for Output

impl Sync for Output