Trait Vulkan Device ExtManual 
Source pub trait VulkanDeviceExtManual:
    Sealed
    + IsA<VulkanDevice>
    + 'static {
    // Provided method
    fn create_shader(&self, code: &[u8]) -> Result<VulkanHandle, Error> { ... }
}Provided Methods§
fn create_shader(&self, code: &[u8]) -> Result<VulkanHandle, Error>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.