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