1ebb2ce736
* Add SafeDebug trait derive macro SafeDebug is really just a marker trait. The associated derive macro implements `Debug` in a way to reduce potentially leaking PII. Currently it just outputs the struct or enum name with the non-exhaustive finish e.g., `MyModel { .. }` but we will expand that later. Relates to #1707 * Resolve build breaks, impl SafeDebug marker trait * Use gender-neutral name in example |
||
---|---|---|
.. | ||
core | ||
cosmos | ||
eventhubs/azure_messaging_eventhubs | ||
identity | ||
storage | ||
typespec |