pub trait ConfigureOptions<T> { // Required method fn configure(&self, name: Option<&str>, options: &mut T); }
Defines the behavior of something that configures Options.
Options
These are all run first
Configures the corresponding options.
name
options