Trait Configure
Source pub trait Configure<T> {
// Required method
fn run(&self, name: &str, options: &mut T);
}
Expand description
Configures options.
These are all run first.
Runs the configuration.
§Arguments
name - The optional name of the options to configure
options - The options to configure