pub trait Node: Send { // Required method fn process(&mut self, buffer: &mut Buffer, context: &mut Context); }