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