Function password_search_future

Source
pub async fn password_search_future(
    schema: Option<&Schema>,
    attributes: HashMap<&str, &str>,
    flags: SearchFlags,
) -> Result<Vec<Retrievable>, Error>