pub trait VulkanDescriptorPoolExt: IsA<VulkanDescriptorPool> + 'static {
// Provided methods
fn device(&self) -> VulkanDevice { ... }
fn max_sets(&self) -> usize { ... }
}Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".