pub unsafe extern "C" fn rcl_subscription_get_publisher_count(
    subscription: *const rcl_subscription_t,
    publisher_count: *mut usize
) -> rmw_ret_t
Expand description

Get the number of publishers matched to a subscription.