headless_lms_models::users

Function get_by_email

Source
pub async fn get_by_email(
    conn: &mut PgConnection,
    email: &str,
) -> ModelResult<User>