Function ccash_rs::methods::contains_user[][src]

pub async fn contains_user(
    session: &CCashSession,
    user: &CCashUser
) -> Result<bool, CCashError>
Expand description

Returns a bool about whether or not the the user with a given user exists. This function does not require a password.