pub trait UpdatedDescriptors {
// Required method
fn raw(&self) -> &DescriptorSet;
}Expand description
Trait for descriptors updated and ready to be bound to pipeline.
This trait is intended to be implemented by proc macro #[derive(Descriptors)] for generated types.