pub trait IntoPipeParser { type Piped: PipeParser; // Required method fn into_piped(self) -> Self::Piped; }