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

List the people a user follows Lists the people who the specified user follows.