Type Alias Email

Source
pub type Email = Email;

Aliased Type§

struct Email {
    pub required: bool,
    pub verification_required: bool,
}

Fields§

§required: bool

Whether or not email is required on signup.

§verification_required: bool

Whether or not email is verified.