Skip to main content

ErasedObservables

Struct ErasedObservables 

Source
pub struct ErasedObservables<Out, OutError, const SIZE: usize>
where Out: Signal, OutError: Signal,
{ /* private fields */ }

Trait Implementations§

Source§

impl<Out, OutError, const SIZE: usize> Clone for ErasedObservables<Out, OutError, SIZE>
where Out: Signal, OutError: Signal,

Source§

fn clone(&self) -> ErasedObservables<Out, OutError, SIZE>

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<Out, OutError, const SIZE: usize> Deref for ErasedObservables<Out, OutError, SIZE>
where Out: Signal, OutError: Signal,

Source§

type Target = [ErasedObservable<Out, OutError>; SIZE]

The resulting type after dereferencing.
Source§

fn deref(&self) -> &<ErasedObservables<Out, OutError, SIZE> as Deref>::Target

Dereferences the value.
Source§

impl<Out, OutError, const SIZE: usize> DerefMut for ErasedObservables<Out, OutError, SIZE>
where Out: Signal, OutError: Signal,

Source§

fn deref_mut( &mut self, ) -> &mut <ErasedObservables<Out, OutError, SIZE> as Deref>::Target

Mutably dereferences the value.
Source§

impl<Out, OutError, const SIZE: usize, O> From<[O; SIZE]> for ErasedObservables<Out, OutError, SIZE>
where Out: 'static + Signal, OutError: 'static + Signal, O: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync,

Source§

fn from(value: [O; SIZE]) -> ErasedObservables<Out, OutError, SIZE>

Converts to this type from the input type.
Source§

impl<Out, OutError, O0> From<(O0,)> for ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#4}::{constant#0}>
where Out: 'static + Signal, OutError: 'static + Signal, O0: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync,

Source§

fn from( value: (O0,), ) -> ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#4}::{constant#0}>

Converts to this type from the input type.
Source§

impl<Out, OutError, O0, O1> From<(O0, O1)> for ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#5}::{constant#0}>
where Out: 'static + Signal, OutError: 'static + Signal, O0: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O1: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync,

Source§

fn from( value: (O0, O1), ) -> ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#5}::{constant#0}>

Converts to this type from the input type.
Source§

impl<Out, OutError, O0, O1, O2> From<(O0, O1, O2)> for ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#6}::{constant#0}>
where Out: Signal + 'static, OutError: 'static + Signal, O0: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O1: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O2: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync,

Source§

fn from( value: (O0, O1, O2), ) -> ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#6}::{constant#0}>

Converts to this type from the input type.
Source§

impl<Out, OutError, O0, O1, O2, O3> From<(O0, O1, O2, O3)> for ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#7}::{constant#0}>
where OutError: 'static + Signal, O0: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O1: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O2: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O3: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, Out: 'static + Signal,

Source§

fn from( value: (O0, O1, O2, O3), ) -> ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#7}::{constant#0}>

Converts to this type from the input type.
Source§

impl<Out, OutError, O0, O1, O2, O3, O4> From<(O0, O1, O2, O3, O4)> for ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#8}::{constant#0}>
where OutError: Signal + 'static, O0: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O1: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O2: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O3: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, Out: 'static + Signal, O4: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync,

Source§

fn from( value: (O0, O1, O2, O3, O4), ) -> ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#8}::{constant#0}>

Converts to this type from the input type.
Source§

impl<Out, OutError, O0, O1, O2, O3, O4, O5> From<(O0, O1, O2, O3, O4, O5)> for ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#9}::{constant#0}>
where O0: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O1: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O2: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O3: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O4: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, Out: 'static + Signal, O5: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, OutError: 'static + Signal,

Source§

fn from( value: (O0, O1, O2, O3, O4, O5), ) -> ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#9}::{constant#0}>

Converts to this type from the input type.
Source§

impl<Out, OutError, O0, O1, O2, O3, O4, O5, O6> From<(O0, O1, O2, O3, O4, O5, O6)> for ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#10}::{constant#0}>
where O0: Observable<Out = Out, OutError = OutError> + Send + Sync + 'static, O1: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O2: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O3: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O4: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, Out: 'static + Signal, O5: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, OutError: 'static + Signal, O6: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync,

Source§

fn from( value: (O0, O1, O2, O3, O4, O5, O6), ) -> ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#10}::{constant#0}>

Converts to this type from the input type.
Source§

impl<Out, OutError, O0, O1, O2, O3, O4, O5, O6, O7> From<(O0, O1, O2, O3, O4, O5, O6, O7)> for ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#11}::{constant#0}>
where O0: Send + Sync + 'static + Observable<Out = Out, OutError = OutError>, O1: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O2: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O3: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O4: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O5: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, Out: 'static + Signal, O6: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, OutError: 'static + Signal, O7: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync,

Source§

fn from( value: (O0, O1, O2, O3, O4, O5, O6, O7), ) -> ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#11}::{constant#0}>

Converts to this type from the input type.
Source§

impl<Out, OutError, O0, O1, O2, O3, O4, O5, O6, O7, O8> From<(O0, O1, O2, O3, O4, O5, O6, O7, O8)> for ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#12}::{constant#0}>
where O0: Send + Sync + 'static + Observable<Out = Out, OutError = OutError>, O1: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O2: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O3: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O4: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O5: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, Out: 'static + Signal, O6: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, OutError: 'static + Signal, O7: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O8: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync,

Source§

fn from( value: (O0, O1, O2, O3, O4, O5, O6, O7, O8), ) -> ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#12}::{constant#0}>

Converts to this type from the input type.
Source§

impl<Out, OutError, O0, O1, O2, O3, O4, O5, O6, O7, O8, O9> From<(O0, O1, O2, O3, O4, O5, O6, O7, O8, O9)> for ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#13}::{constant#0}>
where O0: Send + Sync + 'static + Observable<Out = Out, OutError = OutError>, O1: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O2: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O3: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O4: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O5: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O6: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, Out: 'static + Signal, O7: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, OutError: 'static + Signal, O8: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O9: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync,

Source§

fn from( value: (O0, O1, O2, O3, O4, O5, O6, O7, O8, O9), ) -> ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#13}::{constant#0}>

Converts to this type from the input type.
Source§

impl<Out, OutError, O0, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10> From<(O0, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10)> for ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#14}::{constant#0}>
where O0: Sync + 'static + Observable<Out = Out, OutError = OutError> + Send, O1: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O2: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O3: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O4: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O5: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O6: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, Out: 'static + Signal, O7: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, OutError: 'static + Signal, O8: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O9: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O10: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync,

Source§

fn from( value: (O0, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10), ) -> ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#14}::{constant#0}>

Converts to this type from the input type.
Source§

impl<Out, OutError, O0, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10, O11> From<(O0, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10, O11)> for ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#15}::{constant#0}>
where O1: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O2: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O3: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O4: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O5: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O6: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O7: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, Out: 'static + Signal, O8: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, OutError: 'static + Signal, O9: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O0: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O10: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O11: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync,

Source§

fn from( value: (O0, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10, O11), ) -> ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#15}::{constant#0}>

Converts to this type from the input type.
Source§

impl<Out, OutError, O0, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10, O11, O12> From<(O0, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10, O11, O12)> for ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#16}::{constant#0}>
where O1: Observable<Out = Out, OutError = OutError> + Send + Sync + 'static, O2: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O3: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O4: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O5: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O6: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O7: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, Out: 'static + Signal, O8: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, OutError: 'static + Signal, O9: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O0: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O10: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O11: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O12: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync,

Source§

fn from( value: (O0, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10, O11, O12), ) -> ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#16}::{constant#0}>

Converts to this type from the input type.
Source§

impl<Out, OutError, O0, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10, O11, O12, O13> From<(O0, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10, O11, O12, O13)> for ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#17}::{constant#0}>
where O1: Send + Sync + 'static + Observable<Out = Out, OutError = OutError>, O2: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O3: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O4: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O5: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O6: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O7: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O8: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, Out: 'static + Signal, O9: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, OutError: 'static + Signal, O10: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O0: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O11: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O12: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O13: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync,

Source§

fn from( value: (O0, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10, O11, O12, O13), ) -> ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#17}::{constant#0}>

Converts to this type from the input type.
Source§

impl<Out, OutError, O0, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10, O11, O12, O13, O14> From<(O0, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10, O11, O12, O13, O14)> for ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#18}::{constant#0}>
where O1: Send + Sync + 'static + Observable<Out = Out, OutError = OutError>, O2: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O3: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O4: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O5: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O6: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O7: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O8: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, Out: 'static + Signal, O9: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, OutError: 'static + Signal, O10: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O0: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O11: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O12: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O13: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync, O14: 'static + Observable<Out = Out, OutError = OutError> + Send + Sync,

Source§

fn from( value: (O0, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10, O11, O12, O13, O14), ) -> ErasedObservables<Out, OutError, rx_core_common::::observables::erased_observables::{impl#18}::{constant#0}>

Converts to this type from the input type.

Auto Trait Implementations§

§

impl<Out, OutError, const SIZE: usize> Freeze for ErasedObservables<Out, OutError, SIZE>

§

impl<Out, OutError, const SIZE: usize> RefUnwindSafe for ErasedObservables<Out, OutError, SIZE>

§

impl<Out, OutError, const SIZE: usize> Send for ErasedObservables<Out, OutError, SIZE>

§

impl<Out, OutError, const SIZE: usize> Sync for ErasedObservables<Out, OutError, SIZE>

§

impl<Out, OutError, const SIZE: usize> Unpin for ErasedObservables<Out, OutError, SIZE>

§

impl<Out, OutError, const SIZE: usize> UnwindSafe for ErasedObservables<Out, OutError, SIZE>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> Downcast for T
where T: Any,

Source§

fn into_any(self: Box<T>) -> Box<dyn Any>

Converts Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>, which can then be downcast into Box<dyn ConcreteType> where ConcreteType implements Trait.
Source§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Converts Rc<Trait> (where Trait: Downcast) to Rc<Any>, which can then be further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
Source§

fn as_any(&self) -> &(dyn Any + 'static)

Converts &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &Any’s vtable from &Trait’s.
Source§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Converts &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &mut Any’s vtable from &mut Trait’s.
Source§

impl<T> DowncastSend for T
where T: Any + Send,

Source§

fn into_any_send(self: Box<T>) -> Box<dyn Any + Send>

Converts Box<Trait> (where Trait: DowncastSend) to Box<dyn Any + Send>, which can then be downcast into Box<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<T> IntoResult<T> for T

Source§

fn into_result(self) -> Result<T, RunSystemError>

Converts this type into the system output type.
Source§

impl<P, T> Receiver for P
where P: Deref<Target = T> + ?Sized, T: ?Sized,

Source§

type Target = T

🔬This is a nightly-only experimental API. (arbitrary_self_types)
The target type on which the method may be called.
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> ConditionalSend for T
where T: Send,

Source§

impl<T> Signal for T
where T: 'static + Send + Sync,