Function github_rest::methods::get_user_following  
source · 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
- tags users
- get /users/{username}/following
- docs https://docs.github.com/rest/reference/users#list-the-people-a-user-follows
List the people a user follows Lists the people who the specified user follows.