RegisterCustomAxisProcessorExt

Trait RegisterCustomAxisProcessorExt 

Source
pub trait RegisterCustomAxisProcessorExt {
    // Required method
    fn register_axis_processor<'de, T>(&mut self) -> &mut Self
       where T: RegisterTypeTag<'de, dyn CustomAxisProcessor> + GetTypeRegistration;
}
Expand description

A trait for registering a specific CustomAxisProcessor.

Required Methods§

Source

fn register_axis_processor<'de, T>(&mut self) -> &mut Self

Registers the specified CustomAxisProcessor.

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.

Implementations on Foreign Types§

Source§

impl RegisterCustomAxisProcessorExt for App

Source§

fn register_axis_processor<'de, T>(&mut self) -> &mut Self

Implementors§