Trait rxrs::observable::ObservableSubNotiHelper[][src]

pub trait ObservableSubNotiHelper<V, F, SSO: ?Sized + 'static, SSS: ?Sized + 'static> {
    fn sub_noti(&self, f: F) -> SubRef<SSS>;
}

Required Methods

Implementors