Function tidyOptGetType

Source
pub unsafe extern "C" fn tidyOptGetType(
    opt: TidyOption,
) -> TidyOptionType
Expand description

Get datatype of given Option @param opt An instance of a TidyOption to query. @result The TidyOptionType of the given option.