pub fn to_bare_prompt<T: Serialize, P: PromptResponder>(
    value: &T,
    prompt: P
) -> Result<()>
Expand description

Serialise an instance of type T to a prompt using the bare serialiser.