Trait IntElement
pub trait IntElement: JitElement + Int { }Expand description
The int element type for the jit backend.
Object Safety§
This trait is not object safe.
pub trait IntElement: JitElement + Int { }The int element type for the jit backend.