pub trait StepsExt {
// Required methods
fn steps(&self) -> Result<&u32>;
fn steps_mut(&mut self) -> Result<&mut u32>;
}Expand description
Trait to get references to values from a Prompt.
pub trait StepsExt {
// Required methods
fn steps(&self) -> Result<&u32>;
fn steps_mut(&mut self) -> Result<&mut u32>;
}Trait to get references to values from a Prompt.