[][src]Function serde_spaniel::to_bare_prompt

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

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