pub type UserInputResult<T = ()> = Result<T, UserInputError>;Aliased Type§
pub enum UserInputResult<T = ()> {
Ok(T),
Err(UserInputError),
}pub type UserInputResult<T = ()> = Result<T, UserInputError>;pub enum UserInputResult<T = ()> {
Ok(T),
Err(UserInputError),
}