pub trait SEType: YaSerialize + YaDeserialize + Validate + RefUnwindSafe + Send + Sync + 'static { }
Expand description

Supertrait for all base traits; implemented by all IEEE 2030.5 types present in the XSD

Implementors§

source§

impl<T> SEType for Twhere T: YaSerialize + YaDeserialize + Validate + RefUnwindSafe + Send + Sync + 'static,