[][src]Trait bus_queue::GetSubCount

pub trait GetSubCount {
    fn get_sub_count(&self) -> usize;
}

Required methods

fn get_sub_count(&self) -> usize

Loading content...

Implementors

impl<T: Send> GetSubCount for bus_queue::async_::Publisher<T>[src]

impl<T: Send> GetSubCount for BarePublisher<T>[src]

impl<T: Send> GetSubCount for bus_queue::sync::Publisher<T>[src]

Loading content...