Crate rustyline_async
source ·Structs
- Structure that contains all the data necessary to read and write lines in an asyncronous manner
- Clonable object that implements
Write
andAsyncWrite
and allows for sending data to the output without messing up the readline.
Enums
- Error returned from
readline()