pub fn get_user(
    user_id: i32,
    connection: &DBConnection
) -> Result<Option<User>, Error>
Expand description

Grabs a specific user, given its ID on the database.