Skip to main content

Plugin

Trait Plugin 

Source
pub trait Plugin {
    // Required method
    fn build(&self, app: &mut App);
}

Required Methods§

Source

fn build(&self, app: &mut App)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§