Trait reproto_backend::naming::SourceOperator [] [src]

pub trait SourceOperator {
    fn first(&self, c: char) -> Box<Iterator<Item = char>>;
fn join(&self, input: Vec<String>) -> String; fn new_section(&self, c: char) -> Box<Iterator<Item = char>> { ... }
fn rest(&self, c: char) -> Box<Iterator<Item = char>> { ... } }

Required Methods

Provided Methods

Implementors