pub struct ProcessorPipelineNode { /* private fields */ }Expand description
Applies named processors to a rendered child value from left to right.
Implementations§
Trait Implementations§
Source§impl TextGeneratorNode for ProcessorPipelineNode
impl TextGeneratorNode for ProcessorPipelineNode
Source§fn generate_text(
&self,
state: &mut RenderState<'_>,
) -> Result<String, RenderError>
fn generate_text( &self, state: &mut RenderState<'_>, ) -> Result<String, RenderError>
Generates text using the supplied render state.
Auto Trait Implementations§
impl Freeze for ProcessorPipelineNode
impl !RefUnwindSafe for ProcessorPipelineNode
impl !Send for ProcessorPipelineNode
impl !Sync for ProcessorPipelineNode
impl Unpin for ProcessorPipelineNode
impl UnsafeUnpin for ProcessorPipelineNode
impl !UnwindSafe for ProcessorPipelineNode
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