pub fn ask(
conn: &Connection,
question: &str,
config: &AskConfig,
) -> Result<AskResponse, AskError>Expand description
Free-function form of ConnectionAskExt::ask. Equivalent —
pick whichever shape reads better at the call site.
pub fn ask(
conn: &Connection,
question: &str,
config: &AskConfig,
) -> Result<AskResponse, AskError>Free-function form of ConnectionAskExt::ask. Equivalent —
pick whichever shape reads better at the call site.