Searched defs:BumpAllocatorResetError (Results 1 – 1 of 1) sorted by relevance
2298 pub fn try_reset(self: &mut Arc<Self>) -> Result<(), BumpAllocatorResetError> { in try_reset() argument2496 pub struct BumpAllocatorResetError; struct2498 impl Error for BumpAllocatorResetError {} implementation2500 impl Display for BumpAllocatorResetError { implementation