Function verify_root_creds

Source
pub async fn verify_root_creds(
    ds: &Datastore,
    user: &str,
    pass: &str,
) -> Result<DefineUserStatement, Error>