Skip to main content

UserRow

Type Alias UserRow 

Source
pub type UserRow = (Vec<u8>, String, String, Option<String>);
Expand description

(user_id_bytes, legacy_name, username, password_hash) — the four columns returned by every users lookup variant.