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