::core::ops::

Trait Pipeline

pub trait Pipeline<#int Depth, Args, Output> {
pipeline(Depth) call(self, clk: clock, args: Args) -> Output;
}