Skip to main content

AuthAutomationStrategy

Trait AuthAutomationStrategy 

Source
pub trait AuthAutomationStrategy {
    // Required method
    fn get_controllers(&self) -> Controllers;
}

Required Methods§

Source

fn get_controllers(&self) -> Controllers

Implementors§