pub trait XioJobSetCompile {
    fn compile(&self, target: &HardwareTarget) -> Result<CompiledJobSet, Error>;
}
Expand description

A trait for XIO jobset compilation.

Required Methods

Compile a jobset.

Implementations on Foreign Types

Implementors