[][src]Type Definition rxrust::prelude::LocalSubject

type LocalSubject<'a, Item, Err> = Subject<Rc<RefCell<Vec<Box<dyn Publisher<Item, Err> + 'a>>>>, LocalSubscription>;

Trait Implementations

impl<'a, Item, Err> LocalObservable<'a> for LocalSubject<'a, Item, Err>[src]

type Unsub = LocalSubscription

impl<'a, Item, Err> Observable for LocalSubject<'a, Item, Err>[src]

type Item = Item

type Err = Err