pub const GET_METHODS: [(&str, MethodDescriptor); 94];Expand description
get method descriptors
This constant is only available when the generic feature is enabled.
Vector that describes all available get methods.
Each vector element is a tuple (&str, MethodDescriptor) consisting of
- the selector string and
- a
MethodDescriptordescribing the method details.