pub trait VulkanCommandPoolExtManual: IsA<VulkanCommandPool> + 'static {
// Provided method
fn lock<'a>(&'a self) -> VulkanCommandPoolGuard<'a> { ... }
}Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".