Extracts the contents of the ring buffer as a string slice, excluding any partially overwritten UTF-8 code unit sequences at the beginning. Extraction rotates the contents of the ring buffer such that all of its contents becomes contiguous in memory. This function takes O(n) time where n is buffer length.
(&mut self)
source not stored for this graph (policy: none)
no test coverage detected