Skip to main content

confirm

Function confirm 

Source
pub fn confirm<T>(prompt: T) -> Result<bool, Error>
where T: AsRef<str>,