pub trait IProcDescWaitFalseMethods: IProcDescWaitFalse {
// Provided methods
fn ctor(self, function: impl Into<ProcBoolFunction>) { ... }
fn is_wait(self, inst: impl Into<ProcInst>) -> bool { ... }
}Provided Methods§
Sourcefn ctor(self, function: impl Into<ProcBoolFunction>)
fn ctor(self, function: impl Into<ProcBoolFunction>)
.ctor(crate::app::procboolfunction::ProcBoolFunction) 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: IProcDescWaitFalse> IProcDescWaitFalseMethods for __T
Available on crate feature
app-procdescwaitfalse only.