Trait hotg_rune_proc_blocks::Transform
source · [−]pub trait Transform<Input>: ProcBlock {
type Output;
fn transform(&mut self, input: Input) -> Self::Output;
}
Expand description
Process some data, transforming it from one form to another.