pub trait Primitive { }
Expand description

A primitive of a SCIR schema.

Implementors§

source§

impl<T> Primitive for T