Trait reproto::naming::Source [] [src]

pub trait Source {
    fn operate<O>(&self, input: &str, operator: &O) -> String
    where
        O: SourceOperator
; }

Required Methods

Implementors