pub struct FlowSubscriber<T: Flows> { /* private fields */ }
Expand description
Subscriber which receives data from a Flow
.
Implementations§
Trait Implementations§
Source§impl<T> Debug for FlowSubscriber<T>where
T: Flows,
impl<T> Debug for FlowSubscriber<T>where
T: Flows,
Source§impl<T: Flows> From<FlowSubscriber<T>> for Stage<T>
impl<T: Flows> From<FlowSubscriber<T>> for Stage<T>
Source§fn from(value: FlowSubscriber<T>) -> Self
fn from(value: FlowSubscriber<T>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<T> Freeze for FlowSubscriber<T>
impl<T> !RefUnwindSafe for FlowSubscriber<T>
impl<T> Send for FlowSubscriber<T>
impl<T> Sync for FlowSubscriber<T>
impl<T> Unpin for FlowSubscriber<T>
impl<T> !UnwindSafe for FlowSubscriber<T>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> TryAsFormat<T> for T
impl<T> TryAsFormat<T> for T
Source§type Error = Infallible
type Error = Infallible
Source§fn try_as_format(&self) -> Result<&T, <T as TryAsFormat<T>>::Error>
fn try_as_format(&self) -> Result<&T, <T as TryAsFormat<T>>::Error>
Returns a
D
-formatted reference to the data.