[−][src]Trait cargo_create::providers::ConfigurableVariableProvider
Required methods
fn populate(&self, ctx: &mut Context, user_config: &UserConfig) -> bool
Populates the context with the variables.
Implementations should check if the value is already been inserted if
they are part of set of variable providers (like author_name).