pub fn from_replay_prompt<'de, T: Deserialize<'de>, P: PromptRequester>(
    prompt: P
) -> Result<T>
Expand description

Deserialise a value of type T from a prompt while handling undos and restarts.