pub trait RhaiVecElem: FromReflect + RhaiProxyable + FromRhaiProxy + Clone { }
Expand description

Composite trait composing the various traits required for a type T to be used as part of a RhaiVec

Implementors§

source§

impl<T> RhaiVecElem for Twhere T: FromReflect + RhaiProxyable + FromRhaiProxy + Clone,