pub trait Primitive:
Clone
+ Send
+ Sync
+ Any { }
Expand description
A Substrate wrapper for scir::schema::Primitive
.
This trait should never be directly implemented. Implementing scir::schema::Primitive
should suffice provided that the necessary trait bounds are satisfied.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.