Trait reproto_naming::Source [] [src]

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

Required Methods

Implementors