Struct ns3_parallel::executor::Task
source · [−]pub struct Task<P: BuildCmd> {
pub param: P,
pub output: Output,
pub stdout: String,
pub stderr: String,
}Fields
param: Poutput: Outputstdout: Stringstderr: StringImplementations
Trait Implementations
Auto Trait Implementations
impl<P> RefUnwindSafe for Task<P> where
P: RefUnwindSafe,
impl<P> UnwindSafe for Task<P> where
P: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more