::
core::
ops::
Trait
Entity
pub trait Entity<Args, Output> {
fn
call
(self, clk:
clock
, args: Args) -> Output;
}