pub trait CfgExt {
// Required methods
fn cfg(&self) -> Result<&f32>;
fn cfg_mut(&mut self) -> Result<&mut f32>;
}Expand description
Trait to get references to values from a Prompt.
pub trait CfgExt {
// Required methods
fn cfg(&self) -> Result<&f32>;
fn cfg_mut(&mut self) -> Result<&mut f32>;
}Trait to get references to values from a Prompt.