Function password_store_future

Source
pub async fn password_store_future(
    schema: Option<&Schema>,
    attributes: HashMap<&str, &str>,
    collection: Option<&str>,
    label: &str,
    password: &str,
) -> Result<(), Error>