pub trait IProcDescMTickEnumMethods: IProcDescMTickEnum {
// Provided methods
fn ctor(self, method: impl Into<ProcEnumMethod>) { ... }
fn execute_impl(self, inst: impl Into<ProcInst>) { ... }
}Provided Methods§
Sourcefn ctor(self, method: impl Into<ProcEnumMethod>)
fn ctor(self, method: impl Into<ProcEnumMethod>)
.ctor(crate::app::procenummethod::ProcEnumMethod) overload
Sourcefn execute_impl(self, inst: impl Into<ProcInst>)
fn execute_impl(self, inst: impl Into<ProcInst>)
ExecuteImpl(crate::app::procinst::ProcInst) overload
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: IProcDescMTickEnum> IProcDescMTickEnumMethods for __T
Available on crate feature
app-procdescmtickenum only.