Struct Output
ptx_builder::executable
pub struct Output { pub stdout: String, pub stderr: String, }
stdout: String
stderr: String
impl Send for Output
impl Sync for Output