pub type MinimumShouldMatch = StringifiedInteger;
pub enum MinimumShouldMatch { StringValue(String), IntegerValue(i32), }