Expand description
The data-plane client.
Every method routes through UdbClient::request, which is the single point
that applies connection metadata. That is deliberate: if applying tenant scope
were the caller’s job, forgetting it once would be a cross-tenant read, and
nothing in the type system would object.
Structs§
- UdbClient
- A connected UDB data-plane client bound to one identity.