Function users_slash_check_following_for_user

Source
pub async fn users_slash_check_following_for_user(
    configuration: &Configuration,
    username: &str,
    target_user: &str,
) -> Result<(), Error<UsersSlashCheckFollowingForUserError>>
Expand description