pub trait Preprocessor { // Required method fn process(&mut self, fds: &mut FileDescriptorSet, buf: &mut String); }