Expand description
A module for prompting a user to fill out a struct
Structs§
- File
Create - This is used to create new files on the filesystem
- File
Open - This is used to open existing files on the filesystem
- Password
- This is a type that allows a user to enter a passowrd without revealing that password onscreen.
- Password2
- This is a type that allows a user to create a password, prompting them once for the password, and a second time to verify the password.
- Selected
Hash Map - A hashmap with a selection added
Enums§
- Error
- The types of errors that can occur when prompting for user input.
Traits§
- Prompting
- This trait is responsible for doing the work of prompting the user for input.
Derive Macros§
- Prompting
- This macro is used to drive the Prompting trait for custom types. The macro attribute PromptComment is used to give direction to the user for each field that the user enters.