Function user_check_following

Source
pub async fn user_check_following(
    configuration: &Configuration,
    username: &str,
    target: &str,
) -> Result<(), Error<UserCheckFollowingError>>