pub type OptionTuple = (String, String);
Expand description

Represents a single arbitrary setting in a StatementOptions where OptionTuple.0 determines the specific setting to be modified and OptionTuple.1 determines the value which should be applied