[][src]Function csml_engine::get_open_conversation

pub fn get_open_conversation(
    client: &Client
) -> Result<Option<DbConversation>, EngineError>

Return the latest conversation that is still open for a given user (there should not be more than one), or None if there isn't any.