pub trait ResourceSet: ResourceSetSealed {
type Leases;
}Expand description
A tuple of distinct resource types allocated atomically.
Each requested type is assigned to a different physical resource group.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".