Type Alias SingleTenantAdapter

Source
pub type SingleTenantAdapter<P> = TenantValidatingProvider<P>;
Expand description

Legacy type alias for backward compatibility.

Note: With the unified ResourceProvider, this is now just a validation wrapper.

Aliased Typeยง

pub struct SingleTenantAdapter<P> { /* private fields */ }