pub async fn get_user_followers<T, A>(
    client: &T,
    user: A,
    params: Option<&Pagination>
) -> Result<Vec<SimpleUser>, GithubRestError>where
    T: Requester,
    A: Into<String>,
Expand description

List followers of a user Lists the people following the specified user.