Skip to main content

ErasedSubscribeObservableExtension

Trait ErasedSubscribeObservableExtension 

Source
pub trait ErasedSubscribeObservableExtension<Out, OutError> {
    // Required method
    fn erased_subscribe(
        &mut self,
        destination: Box<dyn Subscriber<In = Out, InError = OutError> + Send + Sync>,
    ) -> SubscriptionData;
}

Required Methods§

Source

fn erased_subscribe( &mut self, destination: Box<dyn Subscriber<In = Out, InError = OutError> + Send + Sync>, ) -> SubscriptionData

Implementors§