pub trait Transaction<Ext: Extension>: Command + Sized { }
Expand description
Trait to set correct value for xml tags when tags are being generated from generic types
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.