pub fn handle_completion<F, I>(handler: F)Expand description
Helper function for handling completion requests with candidates. To delegate, you’ll have to match Completion::init() for yourself.
§Panics
This function panics if the completion request is invalid or if the environment variable COMPLETE’s value is not recognized.