pub struct CompositeStream<'a, T: Streamable, B: MutBits> { /* private fields */ }
Implementations§
Source§impl<'a, T: Streamable, B: MutBits> CompositeStream<'a, T, B>
impl<'a, T: Streamable, B: MutBits> CompositeStream<'a, T, B>
pub fn new(writer: &'a mut B) -> CompositeStream<'a, T, B>
pub fn and_then<V: ValueOperation<'a, T> + 'static>(&mut self, value: Box<V>)
pub fn write_value(&'a mut self, value: T) -> Result<usize, Error>
Auto Trait Implementations§
impl<'a, T, B> Freeze for CompositeStream<'a, T, B>
impl<'a, T, B> !RefUnwindSafe for CompositeStream<'a, T, B>
impl<'a, T, B> !Send for CompositeStream<'a, T, B>
impl<'a, T, B> !Sync for CompositeStream<'a, T, B>
impl<'a, T, B> Unpin for CompositeStream<'a, T, B>
impl<'a, T, B> !UnwindSafe for CompositeStream<'a, T, B>
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