[][src]Trait goggles::par_seq::Error

pub trait Error {
    fn combine(self, other: Self) -> Self;
}

Trait for error types returned from System::run.

Errors must be combinable because systems may be run in parallel, and thus may result in multiple errors before stopping.

Required methods

fn combine(self, other: Self) -> Self

Loading content...

Implementors

Loading content...