Trait text_parsing::parser::IntoPipeParser

source ·
pub trait IntoPipeParser {
    type Piped: PipeParser;

    // Required method
    fn into_piped(self) -> Self::Piped;
}

Required Associated Types§

Required Methods§

source

fn into_piped(self) -> Self::Piped

Implementors§