pub trait OperationTemplatePropertyVar<'a>where
Self: WrapTemplateProperty<'a, Operation> + WrapTemplateProperty<'a, Option<Operation>> + WrapTemplateProperty<'a, Vec<Operation>> + WrapTemplateProperty<'a, OperationId>,{ }Expand description
Wrapper for the operation template property types.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".