Searched defs:GenericMemoryAllocatorCreationError (Results 1 – 1 of 1) sorted by relevance
697 ) -> Result<Self, GenericMemoryAllocatorCreationError> { in new() argument706 ) -> Result<(), GenericMemoryAllocatorCreationError> { in validate_new() argument1576 pub enum GenericMemoryAllocatorCreationError { enum1583 impl Error for GenericMemoryAllocatorCreationError {} implementation1585 impl Display for GenericMemoryAllocatorCreationError { implementation1600 impl From<RequirementNotMet> for GenericMemoryAllocatorCreationError { implementation