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

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

Fields

Trait Implementations

Auto Trait Implementations

impl Send for Output

impl Sync for Output