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

Required Methods§

Implementors§