[][src]Function serde_spaniel::to_prompt

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

Serialise an instance of type T to a prompt while handling meta-commands and scope compacting.