Skip to main content

IProcDescMPersistentMethods

Trait IProcDescMPersistentMethods 

Source
pub trait IProcDescMPersistentMethods: IProcDescMPersistent {
    // Provided methods
    fn ctor(self, method: impl Into<ProcVoidMethod>) { ... }
    fn execute(self, inst: impl Into<ProcInst>) -> ProcDesc_Result { ... }
}

Provided Methods§

Source

fn ctor(self, method: impl Into<ProcVoidMethod>)

.ctor(crate::app::procvoidmethod::ProcVoidMethod) overload

Source

fn execute(self, inst: impl Into<ProcInst>) -> ProcDesc_Result

Execute(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§

Source§

impl<__T: IProcDescMPersistent> IProcDescMPersistentMethods for __T

Available on crate feature app-procdescmpersistent only.