[][src]Trait HPGO::orchestration::OrchestrationResult

pub trait OrchestrationResult {
    fn get_speedup(&self) -> Option<f64>;
fn get_splits(&self) -> Option<Vec<u32>>;
fn pretty_print(&self) -> Option<String>; }

Required methods

fn get_speedup(&self) -> Option<f64>

fn get_splits(&self) -> Option<Vec<u32>>

fn pretty_print(&self) -> Option<String>

Loading content...

Implementors

impl OrchestrationResult for AsyncOrchestrateResult[src]

impl OrchestrationResult for SyncOrchestrateResult[src]

Loading content...