pub fn arm_fault(err: TryReserveError)Expand description
Replace the thread-local fault with Some(err). The next
try_reserve_exact call consumes it and returns Err.
pub fn arm_fault(err: TryReserveError)Replace the thread-local fault with Some(err). The next
try_reserve_exact call consumes it and returns Err.