pub trait Transformer {
    fn parse(&self, input_value: String) -> ValueType;
}

Required Methods§

Implementors§