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