pub trait IFriendListSequence_ProcZoomMethods: IFriendListSequence_ProcZoom {
// Provided methods
fn open(self) { ... }
fn wait_open(self) { ... }
fn tick(self) { ... }
fn wait_close(self) { ... }
fn end(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn wait_close(self)
fn wait_close(self)
WaitClose() 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: IFriendListSequence_ProcZoom> IFriendListSequence_ProcZoomMethods for __T
Available on crate feature
app-friendlistsequence only.