Struct ptx_builder::executable::Output[][src]

pub struct Output {
    pub stdout: String,
    pub stderr: String,
}

Fields

Auto Trait Implementations

impl Send for Output

impl Sync for Output