pub trait IRelayUserGlobalData_ProcCleanupUnusedMethods: IRelayUserGlobalData_ProcCleanupUnused {
// Provided methods
fn on_dispose(self) { ... }
fn read_header(self) { ... }
fn is_reading_header(self) -> bool { ... }
fn cleanup(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn on_dispose(self)
fn on_dispose(self)
OnDispose() overload
Sourcefn read_header(self)
fn read_header(self)
ReadHeader() overload
Sourcefn is_reading_header(self) -> bool
fn is_reading_header(self) -> bool
IsReadingHeader() 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: IRelayUserGlobalData_ProcCleanupUnused> IRelayUserGlobalData_ProcCleanupUnusedMethods for __T
Available on crate feature
app-relayuserglobaldata only.