pub struct StreamFactory;Available on crate feature
live only.Expand description
Zero-sized stream::Factory marker type for
SingleStreams.
You probably don’t want to interact with this directly. Instead, call stream.
Trait Implementations§
Source§impl Debug for StreamFactory
impl Debug for StreamFactory
Auto Trait Implementations§
impl Freeze for StreamFactory
impl RefUnwindSafe for StreamFactory
impl Send for StreamFactory
impl Sync for StreamFactory
impl Unpin for StreamFactory
impl UnwindSafe for StreamFactory
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