Skip to main content

IRelayUserGlobalData_ProcCleanupUnusedMethods

Trait IRelayUserGlobalData_ProcCleanupUnusedMethods 

Source
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§

Source

fn on_dispose(self)

OnDispose() overload

Source

fn read_header(self)

ReadHeader() overload

Source

fn is_reading_header(self) -> bool

IsReadingHeader() overload

Source

fn cleanup(self)

Cleanup() overload

Source

fn ctor(self)

.ctor() 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: IRelayUserGlobalData_ProcCleanupUnused> IRelayUserGlobalData_ProcCleanupUnusedMethods for __T

Available on crate feature app-relayuserglobaldata only.