Skip to main content

IHelpProcMethods

Trait IHelpProcMethods 

Source
pub trait IHelpProcMethods: IHelpProc {
    // Provided methods
    fn begin(self) { ... }
    fn tick(self) { ... }
    fn commit_map_panel_target(self) { ... }
    fn end(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn begin(self)

Begin() overload

Source

fn tick(self)

Tick() overload

Source

fn commit_map_panel_target(self)

CommitMapPanelTarget() overload

Source

fn end(self)

End() 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: IHelpProc> IHelpProcMethods for __T

Available on crate feature app-helpproc only.