pub struct PipelineCondenser(pub Vec<Arc<dyn Condenser>>);Expand description
Chains multiple condensers in sequence.
Tuple Fields§
§0: Vec<Arc<dyn Condenser>>Implementations§
Trait Implementations§
Source§impl Condenser for PipelineCondenser
impl Condenser for PipelineCondenser
Auto Trait Implementations§
impl Freeze for PipelineCondenser
impl !RefUnwindSafe for PipelineCondenser
impl Send for PipelineCondenser
impl Sync for PipelineCondenser
impl Unpin for PipelineCondenser
impl UnsafeUnpin for PipelineCondenser
impl !UnwindSafe for PipelineCondenser
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