Searched defs:DescriptorPoolAllocError (Results 1 – 1 of 1) sorted by relevance
197 ) -> Result<impl ExactSizeIterator<Item = UnsafeDescriptorSet>, DescriptorPoolAllocError> { in allocate_descriptor_sets() argument399 pub enum DescriptorPoolAllocError { enum410 impl Error for DescriptorPoolAllocError {} implementation412 impl Display for DescriptorPoolAllocError { implementation