pub trait ITelopInstanceMethods: ITelopInstance {
// Provided methods
fn set_key_lock(self) { ... }
fn play_out(self) { ... }
fn start(self) { ... }
fn update(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn set_key_lock(self)
fn set_key_lock(self)
SetKeyLock() 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: ITelopInstance> ITelopInstanceMethods for __T
Available on crate feature
app-telopinstance only.