register_user

Function register_user 

Source
pub async fn register_user(
    pool: &SqlitePool,
    input: RegisterInput,
) -> Result<User, String>