Skip to main content

ask

Function ask 

Source
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.