fn username_catchall(
rng: impl RngCore,
type: AppendType,
domain: String,
) -> String
Expand description
Generate a username using a catchall email address
The format is <random-or-website>@<domain>
fn username_catchall(
rng: impl RngCore,
type: AppendType,
domain: String,
) -> String
Generate a username using a catchall email address
The format is <random-or-website>@<domain>