Trait fress::transduce::Transduce [−][src]
pub trait Transduce {
fn process(&self) -> Box<dyn Process>;
fn transduce(
&self,
process_stack: Vec<Box<dyn Process>>
) -> Vec<Box<dyn Process>> { ... }
fn info(&self) -> Option<String> { ... }
}