Skip to main content

AuthGeneratorRegistry

Trait AuthGeneratorRegistry 

Source
pub trait AuthGeneratorRegistry {
    // Required method
    fn register_auth(&mut self, generator: Box<dyn AuthGenerator>);
}
Expand description

Implemented by doido_generators::GeneratorRegistry to merge auth generators.

Required Methods§

Source

fn register_auth(&mut self, generator: Box<dyn AuthGenerator>)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§