pub trait IUt_EnumListMethods: IUt_EnumList {
// Provided methods
fn ctor(self, type: impl Into<SystemType>) { ... }
fn get_index(self, value: impl Into<Object>) -> i32 { ... }
}Provided Methods§
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.
Implementors§
impl<__T: IUt_EnumList> IUt_EnumListMethods for __T
Available on crate feature
app-ut only.